fix: hotfix for Steam OS fullscreen bug

This commit is contained in:
aclist 2026-07-21 15:16:42 +09:00
parent 5c07a77b63
commit a40bef8f82

View File

@ -720,6 +720,8 @@ class SetupWizard(Gtk.Application):
super().__init__()
GLib.set_prgname(APP_NAME)
self.win = Window(is_deck, XDG)
if is_deck:
self.win.unfullscreen()
Gtk.main()
def is_setup_complete(self) -> int: