Skip to content

Commit

Permalink
fix: rename method from refactor conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel committed Feb 5, 2025
1 parent 7b1759a commit aee487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagstudio/src/qt/ts_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ def close_library(self, is_shutdown: bool = False):
[x.set_mode(None) for x in self.item_thumbs]

self.set_clipboard_menu_viability()
self.set_add_to_selected_visibility()
self.set_select_actions_visibility()

self.preview_panel.update_widgets()
self.main_window.toggle_landing_page(enabled=True)
Expand Down

0 comments on commit aee487a

Please sign in to comment.