LiquidGUI [1.2.0.0]

- Linux Support
This commit is contained in:
2024-12-26 12:32:51 +00:00
parent 040fff0677
commit 03fca21675
6 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ class MessageHandler():
msg = QMessageBox()
msg.setWindowTitle("LiquidGUI Error")
msg.setText("No suitable devices could be detected. Please ensure you have a cooler \
both compatible with LiquidCTL, and connected to the system.")
compatible with LiquidCTL, and connected to the system.")
msg.setIcon(QMessageBox.Icon.Warning)
msg.exec()