1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-26 19:08:57 +02:00

fix: type coercion

This commit is contained in:
aclist 2024-01-13 06:34:24 +09:00
parent e05bf49395
commit 2a24bbfe6b
2 changed files with 3 additions and 3 deletions
helpers

View file

@ -1399,7 +1399,7 @@ class Grid(Gtk.Grid):
_news = sys.argv[2]
self._version = "%s %s" %(app_name, sys.argv[3])
_isd = sys.argv[4]
_isd = int(sys.argv[4])
if _isd == 1:
is_steam_deck = True