GUI development

This commit is contained in:
BarsTiger
2022-01-27 21:24:54 +02:00
parent a2f6a34506
commit ff3be0916a
3 changed files with 37 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ def install(package):
pass
def uninstall(package, is_gui=False):
def uninstall(package, login_ui=None, Ui_LoginWindow=None):
if os.path.exists('{1}apps/{0}'.format(package, horsy_vars.horsypath)):
os.system('rmdir /s /q "{1}apps/{0}"'.format(package, horsy_vars.horsypath))
print(f"[green][OK] Files deleted[/]")