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