feat: dynamically load macros into menu

This commit is contained in:
Travis Abendshien
2025-03-12 23:44:09 -07:00
parent 684b7ae485
commit 2d92dd3060
4 changed files with 114 additions and 31 deletions
+1
View File
@@ -142,6 +142,7 @@ def test_title_update(
qt_driver.main_window.menu_bar.fix_dupe_files_action = QAction(menu_bar)
qt_driver.main_window.menu_bar.clear_thumb_cache_action = QAction(menu_bar)
qt_driver.main_window.menu_bar.folders_to_tags_action = QAction(menu_bar)
qt_driver.main_window.menu_bar.macros_menu = None
# Trigger the update
qt_driver._init_library(library_dir, open_status)