From 5df150d1c12c441a57d3b2940c7726b853c646e2 Mon Sep 17 00:00:00 2001 From: mfindley Date: Thu, 11 Sep 2025 18:34:41 -0500 Subject: [PATCH] cleaned up some of the comments --- msi-keyboard-color-selector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/msi-keyboard-color-selector.py b/msi-keyboard-color-selector.py index c484148..ad0757d 100755 --- a/msi-keyboard-color-selector.py +++ b/msi-keyboard-color-selector.py @@ -39,6 +39,7 @@ class SystemTrayApp: # - To load from a file #self.tray.setIcon(QIcon("Linux-icon.png")) + # still to-do # - To load from embedded svg file renderer = QSvgRenderer()