mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-08-03 13:27:04 +03:00
check qt_material #933
This commit is contained in:
@@ -19,6 +19,7 @@ from tidal_dl.printf import *
|
||||
enableGui = False
|
||||
try:
|
||||
params = importlib.import_module('PyQt5')
|
||||
params = importlib.import_module('qt_material')
|
||||
enableGui = True
|
||||
except Exception as e:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user