Skip to content

Commit

Permalink
Fix regression in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 12, 2024
1 parent 247ba71 commit b8e7ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/sticky/sticky.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def do_command_line(self, command_line):
if not settings.get_boolean("autostart"):
sys.exit()
else:
autostart_mode = True
self.autostart_mode = True

if not self.has_activated:
self.activate()
Expand Down

0 comments on commit b8e7ffe

Please sign in to comment.