Skip to content

Commit

Permalink
Revert "Expired campaigns are now shown by default"
Browse files Browse the repository at this point in the history
This reverts commit 725d54a.
  • Loading branch information
DevilXD committed Nov 10, 2023
1 parent 5167d95 commit 1e31957
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, 1),
"expired": IntVar(master, 0),
"excluded": IntVar(master, 0),
"finished": IntVar(master, 0),
}
Expand Down

0 comments on commit 1e31957

Please sign in to comment.