Skip to content

Commit

Permalink
Also add undo/redo/select_all
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Oct 2, 2024
1 parent d488624 commit 1e19f5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fpx-app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,13 @@ fn main() {
.item(&open_workspace)
.item(&close_workspace)
.separator()
.undo()
.redo()
.separator()
.cut()
.copy()
.paste()
.select_all()
.separator()
.close_window()
.build()
Expand Down

0 comments on commit 1e19f5c

Please sign in to comment.