mirror of
https://github.com/bpozdena/OneDriveGUI.git
synced 2025-04-19 04:22:15 +03:00
AppImage tweaks
This commit is contained in:
parent
8a2e8f3472
commit
6aee2a91cd
@ -1,5 +1,5 @@
|
||||
PySide6==6.2.2.1; python_version <= '3.7'
|
||||
PySide6_Essentials==6.2.2.1; python_version <= '3.7'
|
||||
requests==2.27.1; python_version <= '3.7'
|
||||
|
||||
PySide6==6.6.0; python_version >= '3.8'
|
||||
PySide6_Essentials==6.6.0; python_version >= '3.8'
|
||||
requests==2.31.0; python_version >= '3.8'
|
@ -58,10 +58,10 @@ from ui.ui_gui_settings_window import Ui_gui_settings_window
|
||||
# Import for login windows.
|
||||
from ui.ui_external_login import Ui_ExternalLoginWindow
|
||||
|
||||
try:
|
||||
from ui.ui_login import Ui_LoginWindow
|
||||
except ImportError:
|
||||
logging.warning("Failed to import ui_login. This is expected if you are running AppImage version.")
|
||||
# try:
|
||||
# from ui.ui_login import Ui_LoginWindow
|
||||
# except ImportError:
|
||||
# logging.warning("Failed to import ui_login. This is expected if you are running AppImage version.")
|
||||
|
||||
|
||||
DIR_PATH = os.path.dirname(os.path.realpath(__file__))
|
||||
|
Loading…
x
Reference in New Issue
Block a user