1
0
Fork 0
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:
aclist 2024-01-13 04:59:26 +09:00
parent d214d40ad5
commit 6f9aaa252b

View file

@ -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