File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1616from app import App
1717from services .example import ExampleThread
1818from utils .data_saver import config
19- from utils .system_tray import SystemTray
2019from utils import file_loader
2120
2221
@@ -161,11 +160,11 @@ def output(text, level):
161160 def finished ():
162161 self .runButton .setDisabled (False )
163162 App .alert (self , 0 )
164- if (
165- App .applicationState ()
166- == Qt .ApplicationState .ApplicationInactive
167- ):
168- SystemTray ().send ("Example finished!" , "Go back to the app." )
163+ # if (
164+ # App.applicationState()
165+ # == Qt.ApplicationState.ApplicationInactive
166+ # ):
167+ # SystemTray().send("Example finished!", "Go back to the app.")
169168 self .finishSound .play ()
170169
171170 self .worker .finished .connect (finished )
You can’t perform that action at this time.
0 commit comments