LiquidGUI [1.1.0.0] DEV
- Code refactoring. - Created main method on main file. - Made MessageHander static
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from PySide6.QtWidgets import QMessageBox
|
||||
|
||||
@staticmethod
|
||||
class MessageHandler():
|
||||
def ShowNoDevicesFoundError(self):
|
||||
msg = QMessageBox()
|
||||
|
||||
Reference in New Issue
Block a user