mirror of
https://github.com/aclist/dztui.git
synced 2026-08-30 03:37:00 +02:00
Compare commits
No commits in common. "cdcb3b794f22c0945da4a7db51be99712e633006" and "5c07a77b63f8c21452f17ce4f6c2455b7ba554cd" have entirely different histories.
cdcb3b794f
...
5c07a77b63
@ -439,7 +439,9 @@ class CompletionPage(ScrolledWizardPage):
|
||||
class Assistant(Gtk.Assistant):
|
||||
def __init__(self, is_deck: bool, XDG: "Xdg"):
|
||||
super().__init__()
|
||||
if not is_deck:
|
||||
if is_deck:
|
||||
self.fullscreen()
|
||||
else:
|
||||
self.set_default_size(1500, 900)
|
||||
|
||||
self.config_path = XDG.config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user