Skip to content

Commit

Permalink
Remove duplicate method
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogangl committed Apr 14, 2024
1 parent 93bf147 commit 5eb19dd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions GTG/gtk/browser/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,13 +1271,6 @@ def on_sort_modified(self, action, params) -> None:
self.config.set('sort_mode', 'modified')


def on_sort_added(self, action, params) -> None:
"""Callback when changing task sorting."""

self.set_sorter('Added')
self.config.set('sort_mode', 'added')


def on_sort_tags(self, action, params) -> None:
"""Callback when changing task sorting."""

Expand Down

0 comments on commit 5eb19dd

Please sign in to comment.