gui_main.py: Revert app mover

Further testing required
This commit is contained in:
Mykola Grymalyuk
2022-11-21 08:22:40 -07:00
parent 23c0759d7a
commit 1627f264a2
3 changed files with 4 additions and 3 deletions

View File

@@ -312,8 +312,8 @@ class wx_python_gui:
self.constants.ignore_updates = True
print("- Ignoring App Updates due to defaults")
if did_find_update is False:
self.check_for_local_installs()
# if did_find_update is False:
# self.check_for_local_installs()
def relaunch_as_root(self, event=None):