mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 17:57:06 +02:00
fix: toggle news
This commit is contained in:
parent
d214d40ad5
commit
6f9aaa252b
4
dzgui.sh
4
dzgui.sh
@ -803,8 +803,8 @@ main(){
|
||||
local news=$(check_news)
|
||||
|
||||
printf "All OK. Kicking off UI...\n"
|
||||
[[ -n $news ]] && python3 "$ui_helper" "--init-ui" "$news" "$version"
|
||||
[[ -z $news ]] && python3 "$ui_helper" "--init-ui" "null" "$version"
|
||||
[[ -z $news ]] && news="null"
|
||||
python3 "$ui_helper" "--init-ui" "$news" "$version" "$is_steam_deck"
|
||||
}
|
||||
main
|
||||
#TODO: tech debt: cruddy handling for steam forking
|
||||
|
||||
Loading…
Reference in New Issue
Block a user