Release 1.9.2

Fix Sync Now toolbar button showing icon-only, no text label. Confirmed
via screenshot that 1.9.1's sidebar/toolbar fixes worked; this was the
remaining clarity issue -- forced .labelStyle(.titleAndIcon) so the label
always shows.

All unit tests pass.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-27 17:48:42 +02:00
co-authored by Claude Sonnet 5
parent 622a85f4fd
commit 9e3dd93939
3 changed files with 10 additions and 4 deletions
+1
View File
@@ -755,6 +755,7 @@ struct ContentView: View {
startMirrorNow()
} label: {
Label("Sync Now", systemImage: "arrow.triangle.2.circlepath")
.labelStyle(.titleAndIcon)
}
.disabled(!canRunMirrorNow)
}