mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
warehouse
This commit is contained in:
parent
557cd04b64
commit
e9db2ac4d1
@ -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