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