LiquidGUI [1.3.0.0]

- Continued refactoring.
This commit is contained in:
2025-02-10 20:15:05 +00:00
parent 89129fc6e5
commit 0f45cbf272
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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