From c66a6ab8f8d597dd8dce790f5185fd5e053e4437 Mon Sep 17 00:00:00 2001 From: "Jeison Yehuda Amihud (Blender Dumbass)" Date: Wed, 4 Jan 2023 23:25:36 +0000 Subject: [PATCH] To avoid confusion due to re-branding. Meanwhile I removed the update feature. --- project_manager/pm_mainLayer.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/project_manager/pm_mainLayer.py b/project_manager/pm_mainLayer.py index 26a1766..443b6b9 100644 --- a/project_manager/pm_mainLayer.py +++ b/project_manager/pm_mainLayer.py @@ -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: