mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: change bool state
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
This commit is contained in:
parent
095af395f9
commit
fc28d419bf
@ -403,7 +403,7 @@ class Options(ScrollableMixin, Gtk.ScrolledWindow): # type: ignore
|
|||||||
fs = config["fullscreen"]
|
fs = config["fullscreen"]
|
||||||
miles = config["use_miles"]
|
miles = config["use_miles"]
|
||||||
|
|
||||||
if prefs.is_steam_deck is False:
|
if prefs.is_steam_deck:
|
||||||
self.fullscreen_toggle.set_sensitive(False)
|
self.fullscreen_toggle.set_sensitive(False)
|
||||||
fs = True
|
fs = True
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user