1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-30 12:58:59 +02:00

fix: shift sys args

This commit is contained in:
aclist 2024-01-13 06:16:40 +09:00
parent ecc790123a
commit 42512e97a9
2 changed files with 2 additions and 2 deletions
helpers

View file

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