To avoid confusion due to re-branding. Meanwhile I removed the update feature.

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2023-01-04 23:25:36 +00:00
parent 1c6cc56b6f
commit c66a6ab8f8

View file

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