To avoid confusion due to re-branding. Meanwhile I removed the update feature.
This commit is contained in:
parent
1c6cc56b6f
commit
c66a6ab8f8
1 changed files with 14 additions and 14 deletions
|
@ -147,7 +147,7 @@ def layer(win):
|
|||
|
||||
UI_elements.roundrect(layer, win,
|
||||
5,
|
||||
win.current["h"]-150,
|
||||
win.current["h"]-95, #-150 ( Update removed )
|
||||
40,
|
||||
40,
|
||||
10,
|
||||
|
@ -157,19 +157,19 @@ def layer(win):
|
|||
url="project_manager")
|
||||
|
||||
# Update
|
||||
def do():
|
||||
win.url = "update_layer"
|
||||
|
||||
UI_elements.roundrect(layer, win,
|
||||
5,
|
||||
win.current["h"]-95,
|
||||
40,
|
||||
40,
|
||||
10,
|
||||
do,
|
||||
"update",
|
||||
talk.text("Update"),
|
||||
url="project_manager")
|
||||
#def do():
|
||||
# win.url = "update_layer"
|
||||
#
|
||||
#UI_elements.roundrect(layer, win,
|
||||
# 5,
|
||||
# win.current["h"]-95,
|
||||
# 40,
|
||||
# 40,
|
||||
# 10,
|
||||
# do,
|
||||
# "update",
|
||||
# talk.text("Update"),
|
||||
# url="project_manager")
|
||||
|
||||
# I gonna draw a little thingy for if a new update is available
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue