Show app version in Mac menu (#286)
This commit is contained in:
parent
50b4806275
commit
574f9a05b5
|
@ -57,6 +57,11 @@ class PassepartoutMenu {
|
||||||
private var body: [ItemGroup] {
|
private var body: [ItemGroup] {
|
||||||
var children: [ItemGroup] = []
|
var children: [ItemGroup] = []
|
||||||
|
|
||||||
|
children.append(contentsOf: [
|
||||||
|
TextItem(Constants.Global.appVersionString),
|
||||||
|
SeparatorItem()
|
||||||
|
] as [ItemGroup])
|
||||||
|
|
||||||
children.append(contentsOf: [
|
children.append(contentsOf: [
|
||||||
VisibilityItem(
|
VisibilityItem(
|
||||||
L10n.Global.Strings.show,
|
L10n.Global.Strings.show,
|
||||||
|
|
Loading…
Reference in New Issue