Merge pull request #319 from cuu/master

warehouse
This commit is contained in:
GNU 2019-12-29 00:47:17 +08:00 committed by GitHub
commit 7ea30feba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: