Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fefedu973 committed Oct 31, 2022
1 parent c195c5f commit 8e46e21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified Activity-Condenser.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions errors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"Errors":""
}
1 change: 1 addition & 0 deletions settingssetup.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class SettingsApp:
os.remove(os.path.join(os.getenv("APPDATA"),"Microsoft\Windows\Start Menu\Programs\Startup\Activity-Condenser.lnk"))
else:
pass
self.mainwindow.destroy()
else:
pass

Expand Down
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install pywin32
pip install psutil
pip install -e "%currentDir%\infi_systray_modified"
pip install darkdetect
python settings.pyw
python settingssetup.pyw
python tray.py
pause
goto:eof
Expand Down

0 comments on commit 8e46e21

Please sign in to comment.