Skip to content

Commit 399e0f5

Browse files
authored
fix
Closes #97
1 parent d18616c commit 399e0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def ApplyChanges():
457457
config["default_hours"] = default_hours_entry.get()
458458
config["sound_path"] = sp
459459

460-
setAlwaysOnTop(app)
460+
setAlwaysOnTop()
461461
saveTimer(config["default_seconds"], config["default_minutes"], config["default_hours"], None)
462462

463463
saveConfig(config)

0 commit comments

Comments
 (0)