Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsai881 committed Dec 5, 2023
1 parent 9347cb4 commit 750ac13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sleap/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,8 @@ def add_submenu_choices(menu, title, options, key):
"export_csv_all",
"All Videos (all frames)...",
lambda: self.commands.exportCSVFile(all_frames=True, all_videos=True),

)

add_menu_item(fileMenu, "export_nwb", "Export NWB...", self.commands.exportNWB)

fileMenu.addSeparator()
Expand Down

0 comments on commit 750ac13

Please sign in to comment.