put show source button back to note actions since it's pretty rare

This commit is contained in:
zadam
2021-05-29 20:54:11 +02:00
parent 65c3bcb565
commit 60f88574b0
3 changed files with 5 additions and 1 deletions

View File

@@ -123,7 +123,6 @@ export default class DesktopLayout {
.title("Note Revisions")
.command("showNoteRevisions")
.titlePlacement("bottom"))
.button(new ShowNoteSourceButton())
.button(new NoteActionsWidget())
)
.child(new NoteUpdateStatusWidget())