LiquidGUI [1.3.0.0]
- Continued refactoring.
This commit is contained in:
@@ -18,12 +18,12 @@ from MessageHandler import MessageHandler
|
||||
import globals
|
||||
from styles import Labels
|
||||
if globals.os == "Windows":
|
||||
from liquidctl_helper_windows import LiquidCTL_Helper
|
||||
from helpers.liquidctl_helper_windows import LiquidCTL_Helper
|
||||
from vitals_helper import VitalsHelperWindows as VitalsHelper
|
||||
import win32mica # type: ignore
|
||||
import darkdetect # type: ignore
|
||||
elif globals.os == "Linux":
|
||||
from liquidctl_helper_linux import LiquidCTL_Helper
|
||||
from helpers.liquidctl_helper_linux import LiquidCTL_Helper
|
||||
from vitals_helper import VitalsHelperLinux as VitalsHelper
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user