align version

This commit is contained in:
Peter Steinberger 2025-06-17 01:30:23 +02:00
parent 79a52a0d7f
commit f4a4f6b16b

View file

@ -90,8 +90,12 @@ struct MenuBarView: View {
})
// Version (non-interactive)
Text("Version \(appVersion)")
.foregroundColor(.secondary)
HStack {
Color.clear
.frame(width: 16, height: 16) // Matches system icon size
Text("Version \(appVersion)")
.foregroundColor(.secondary)
}
Divider()