Mark menu as primary and add tooltip

This commit is contained in:
david-swift 2024-03-05 17:03:33 +01:00
parent 6971abbc2c
commit 87b524dd69

View File

@ -23,6 +23,8 @@ struct ToolbarView: View {
.keyboardShortcut("q".ctrl())
}
}
.primary()
.tooltip("Main Menu")
}
}