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,
|
UI_elements.roundrect(layer, win,
|
||||||
5,
|
5,
|
||||||
win.current["h"]-150,
|
win.current["h"]-95, #-150 ( Update removed )
|
||||||
40,
|
40,
|
||||||
40,
|
40,
|
||||||
10,
|
10,
|
||||||
|
@ -157,19 +157,19 @@ def layer(win):
|
||||||
url="project_manager")
|
url="project_manager")
|
||||||
|
|
||||||
# Update
|
# Update
|
||||||
def do():
|
#def do():
|
||||||
win.url = "update_layer"
|
# win.url = "update_layer"
|
||||||
|
#
|
||||||
UI_elements.roundrect(layer, win,
|
#UI_elements.roundrect(layer, win,
|
||||||
5,
|
# 5,
|
||||||
win.current["h"]-95,
|
# win.current["h"]-95,
|
||||||
40,
|
# 40,
|
||||||
40,
|
# 40,
|
||||||
10,
|
# 10,
|
||||||
do,
|
# do,
|
||||||
"update",
|
# "update",
|
||||||
talk.text("Update"),
|
# talk.text("Update"),
|
||||||
url="project_manager")
|
# url="project_manager")
|
||||||
|
|
||||||
# I gonna draw a little thingy for if a new update is available
|
# I gonna draw a little thingy for if a new update is available
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue