We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb3b81 commit 494fcadCopy full SHA for 494fcad
SimpleMonitorControlTray.py
@@ -2,6 +2,11 @@
2
import smct_pkg.tray as tray
3
4
5
+# TODO add selection of monitor at startup
6
+# TODO clean up imports like so:
7
+# import smct_pkg.config
8
+
9
10
def main():
11
config.read_config()
12
tray.init_tray()
0 commit comments