Skip to content

Commit

Permalink
Expired campaigns are now shown by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Oct 29, 2023
1 parent 88fe455 commit 725d54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ def __init__(self, manager: GUIManager, master: ttk.Widget):
self._filters = {
"not_linked": IntVar(master, 1),
"upcoming": IntVar(master, 1),
"expired": IntVar(master, 0),
"expired": IntVar(master, 1),
"excluded": IntVar(master, 0),
"finished": IntVar(master, 0),
}
Expand Down

0 comments on commit 725d54a

Please sign in to comment.