mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 18:27:07 +02:00
fix: hotfix for Steam OS fullscreen bug
This commit is contained in:
parent
5c07a77b63
commit
a40bef8f82
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user