Skip to content

Commit e876341

Browse files
committed
added TODOs
1 parent 4544f55 commit e876341

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

SimpleMonitorControlTray/configHandler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def check_for_missing_files():
3939
if not os.path.exists(multiMonitorToolOutputPath):
4040
os.makedirs(multiMonitorToolOutputPath)
4141

42+
# TODO add assets folder check
43+
4244
nH.sendNotification(
4345
"If you do not have all Monitors enabled and configured as you like right now, please do so and then right click the tray icon and save the configuration",
4446
20,

SimpleMonitorControlTray/notificationHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ def sendError(text):
99

1010

1111
def sendNotification(text, duration):
12-
# toaster.show_toast("It's your first startup!", text, duration=duration)
12+
# TODO toaster.show_toast("It's your first startup!", text, duration=duration)
1313
pass

SimpleMonitorControlTray/trayHandler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import SimpleMonitorControlTray.monitorHandler as mH
99
import SimpleMonitorControlTray.registryHandler as rH
1010

11+
# TODO this returns the wrong path (System32) if run from registry autostart
1112
script_dir = os.getcwd()
1213

1314
imageIconEnabled = Image.open(os.path.join(script_dir, "assets\iconEnabled.png"))

0 commit comments

Comments
 (0)