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:
@@ -755,6 +755,7 @@ struct ContentView: View {
|
||||
startMirrorNow()
|
||||
} label: {
|
||||
Label("Sync Now", systemImage: "arrow.triangle.2.circlepath")
|
||||
.labelStyle(.titleAndIcon)
|
||||
}
|
||||
.disabled(!canRunMirrorNow)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user