mirror of
https://github.com/aclist/dztui.git
synced 2026-08-29 19:27:13 +02:00
Compare commits
No commits in common. "b47cb482f52909a55b3c74c3ecd1b9eba2c210e6" and "cdcb3b794f22c0945da4a7db51be99712e633006" have entirely different histories.
b47cb482f5
...
cdcb3b794f
@ -439,10 +439,7 @@ class CompletionPage(ScrolledWizardPage):
|
||||
class Assistant(Gtk.Assistant):
|
||||
def __init__(self, is_deck: bool, XDG: "Xdg"):
|
||||
super().__init__()
|
||||
if is_deck:
|
||||
# NOTE: deemed to be "safe" dimensions that exclude taskbar size
|
||||
self.set_default_size(1085, 670)
|
||||
else:
|
||||
if not is_deck:
|
||||
self.set_default_size(1500, 900)
|
||||
|
||||
self.config_path = XDG.config
|
||||
|
||||
@ -4,7 +4,7 @@ description = "DayZ server browser and mod manager for Linux"
|
||||
authors = [
|
||||
{name = "aclist"}
|
||||
]
|
||||
version = "7.0.0b19"
|
||||
version = "7.0.0b18"
|
||||
license = "GPL-3.0-or-later"
|
||||
license-files = ["LICENSE"]
|
||||
readme = "README.md"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user