Skip to content

Commit

Permalink
clean up old code, add shortcut back after finish
Browse files Browse the repository at this point in the history
  • Loading branch information
cbusillo committed Jul 4, 2024
1 parent bbe99f1 commit 8853beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bd_to_avp/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ def create_menu_bar(self) -> None:

app_menu.addAction(about_action)
help_menu.addAction(update_action)
# self.setMenuBar(menu_bar)

def notify_user_with_sound(self, sound_name: str) -> None:
if self.play_sound_checkbox.isChecked():
Expand Down Expand Up @@ -426,6 +425,7 @@ def toggle_processing(self) -> None:
self, "", "Warning\n\nEither Source Folder or Source File must be set, but not both."
)
return
self.process_button.setShortcut("Ctrl+P")

self.start_processing()

Expand Down

0 comments on commit 8853beb

Please sign in to comment.