Add profile manager and fix some issues inside progress dialog.
This commit is contained in:
@@ -12,7 +12,6 @@ from core_lib.qt import messagebox
|
||||
from core_lib.qt.progress_dialog import ProgressDialog
|
||||
from core_lib.qt.messagebox import ask_yes_no_with_plain_text
|
||||
from constant import MAIN_REPO_URL
|
||||
from manager.profile import ProfileManager
|
||||
from manager.widgets import AskForRequest, SelectPathRequest
|
||||
from pages.account import AccountPage
|
||||
from pages.create_profile import CreateProfile
|
||||
@@ -128,9 +127,6 @@ class LauncherMainWindow(QMainWindow):
|
||||
else:
|
||||
self.icon_label.setText("Ouch. The icon is missing.")
|
||||
|
||||
# Manager
|
||||
self.profile_manager = ProfileManager(self)
|
||||
|
||||
# Dialog
|
||||
self.download_dialog = ProgressDialog(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user