This commit is contained in:
BarsTiger
2022-02-24 22:36:27 +02:00
parent 2278bde59c
commit 764f008864
3 changed files with 9 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ def uninstall_app():
if app_name == "":
return
else:
from modules.manager import uninstall
from modules.gui_manager import uninstall
uninstall(app_name)
installed_apps()
except: