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