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:
parent
e05bf49395
commit
2a24bbfe6b
2 changed files with 3 additions and 3 deletions
helpers
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue