Fixed merge conflicts with next-gen

This commit is contained in:
2022-11-08 08:35:01 -06:00
22 changed files with 38 additions and 166 deletions

View File

@@ -230,7 +230,7 @@ class Controller(object):
self.set_systray_icon()
def check_invisible_at_startup(self):
# Visibility check. It does only work for windows.
# Visibility check.
if config.app["app-settings"]["hide_gui"] == True:
self.show_hide()
self.view.Show()