mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 18:28:50 +01:00
commit
7ea30feba7
@ -866,7 +866,6 @@ class GameStorePage(Page):
|
||||
print("show keyboard to add ware house")
|
||||
self._Screen.PushCurPage()
|
||||
self._Screen.SetCurPage( self._Keyboard )
|
||||
|
||||
else:
|
||||
#download the game probably
|
||||
remote_file_url = cur_li._Value["file"]
|
||||
@ -901,7 +900,6 @@ class GameStorePage(Page):
|
||||
pygame.time.delay(800)
|
||||
self._Screen._TitleBar.Redraw()
|
||||
|
||||
|
||||
else:
|
||||
print("file downloaded")# maybe check it if is installed,then execute it
|
||||
if cur_li._Value["type"]=="launcher" and cur_li._ReadOnly == False:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user