mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 20:13:00 +02:00
fix: toggle news
This commit is contained in:
parent
d214d40ad5
commit
6f9aaa252b
1 changed files with 2 additions and 2 deletions
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 a new issue