mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +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)
|
local news=$(check_news)
|
||||||
|
|
||||||
printf "All OK. Kicking off UI...\n"
|
printf "All OK. Kicking off UI...\n"
|
||||||
[[ -n $news ]] && python3 "$ui_helper" "--init-ui" "$news" "$version"
|
[[ -z $news ]] && news="null"
|
||||||
[[ -z $news ]] && python3 "$ui_helper" "--init-ui" "null" "$version"
|
python3 "$ui_helper" "--init-ui" "$news" "$version" "$is_steam_deck"
|
||||||
}
|
}
|
||||||
main
|
main
|
||||||
#TODO: tech debt: cruddy handling for steam forking
|
#TODO: tech debt: cruddy handling for steam forking
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user