Mark menu as primary and add tooltip
This commit is contained in:
parent
6971abbc2c
commit
87b524dd69
|
@ -23,6 +23,8 @@ struct ToolbarView: View {
|
||||||
.keyboardShortcut("q".ctrl())
|
.keyboardShortcut("q".ctrl())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.primary()
|
||||||
|
.tooltip("Main Menu")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue