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 345d515 commit 24a54e0Copy full SHA for 24a54e0
sorty.py
@@ -124,7 +124,7 @@ def change_dir(icon: pystray.Icon) -> None:
124
NOTIFY_ENABLE = settings.get("notificationsenabled", NOTIFY_ENABLE)
125
DIR_DESTINATION = settings.get("download_folder", DIR_DESTINATION)
126
127
-def autoswitcher():
+def autoswitcher() -> int:
128
global AUTO_SORT
129
130
if AUTO_SORT:
0 commit comments