mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03: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)
|
||||
|
||||
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 a new issue