Merge branch 'dzgui7' into fix/deprecation-warnings

This commit is contained in:
aclist 2026-07-27 20:10:45 +09:00 committed by GitHub
commit 1955abd3e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -449,7 +449,8 @@ class Assistant(Gtk.Assistant):
def __init__(self, is_deck: bool, XDG: "Xdg"):
super().__init__()
if is_deck:
self.fullscreen()
# NOTE: deemed to be "safe" dimensions that exclude taskbar size
self.set_default_size(1085, 670)
else:
self.set_default_size(1500, 900)