mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-07-01 05:59:37 +00:00
align version
This commit is contained in:
parent
79a52a0d7f
commit
f4a4f6b16b
1 changed files with 6 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue