1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-07-14 03:28:49 +02:00

fix: unclosed braces

This commit is contained in:
aclist 2024-01-14 05:15:52 +09:00
parent 42bee23108
commit 2202483a4f
2 changed files with 4 additions and 4 deletions
helpers

View file

@ -1396,12 +1396,12 @@ class Grid(Gtk.Grid):
self.set_column_homogeneous(True)
#self.set_row_homogeneous(True)
_news = sys.argv[2]
self._version = "%s %s" %(app_name, sys.argv[3])
_news = sys.argv[2]
if _news != "null":
self.news = NewsHeader(_news)
self.attach(self.news, 0, -1, 8, 10)
#self.attach(self.news, 0, -1, 8, 10)
self.scrollable_treelist = ScrollableTree(is_steam_deck)
if is_steam_deck is True: