@@ -591,14 +591,14 @@ def create_dupe_files_modal():
591591 # tools_menu.addAction(create_collage_action)
592592
593593 # Macros Menu ==========================================================
594- self .autofill_action = QAction ("Autofill" , menu_bar )
595- self .autofill_action .triggered .connect (
596- lambda : (
597- self .run_macros (MacroID .AUTOFILL , self .selected ),
598- self .preview_panel .update_widgets (update_preview = False ),
599- )
600- )
601- macros_menu .addAction (self .autofill_action )
594+ # self.autofill_action = QAction("Autofill", menu_bar)
595+ # self.autofill_action.triggered.connect(
596+ # lambda: (
597+ # self.run_macros(MacroID.AUTOFILL, self.selected),
598+ # self.preview_panel.update_widgets(update_preview=False),
599+ # )
600+ # )
601+ # macros_menu.addAction(self.autofill_action)
602602
603603 def create_folders_tags_modal ():
604604 if not hasattr (self , "folders_modal" ):
@@ -1430,7 +1430,8 @@ def toggle_item_selection(self, item_id: int, append: bool, bridge: bool):
14301430 self .preview_panel .update_widgets ()
14311431
14321432 def set_macro_menu_viability (self ):
1433- self .autofill_action .setDisabled (not self .selected )
1433+ # self.autofill_action.setDisabled(not self.selected)
1434+ pass
14341435
14351436 def set_clipboard_menu_viability (self ):
14361437 if len (self .selected ) == 1 :
0 commit comments