1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-07-15 20:18:49 +02:00

fix: conditional

This commit is contained in:
aclist 2024-01-13 11:04:32 +09:00
parent 2dac511608
commit c8fed97575
3 changed files with 5 additions and 5 deletions
helpers

View file

@ -15,7 +15,7 @@ locale.setlocale(locale.LC_ALL, '')
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.0.0-rc.14
# 5.0.0-rc.15
app_name = "DZGUI"
cache = {}
@ -451,7 +451,7 @@ class OuterWindow(Gtk.Window):
self.add(self.grid)
self.hb = AppHeaderBar()
if is_steam_deck is 1:
if is_steam_deck is True:
self.maximize()
self.set_decorated(False)
else: