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