
long shot question:
#SwiftUI Mac app.
has anyone had luck getting windowToolbarStyle to restore the AppStorage bound value as explained in the Apple docs?
.windowToolbarLabelStyle($labelStyle)
does not appear to work no matter how I try it. Followed the sample code provided exactly. Doesn’t work.
https://developer.apple.com/documentation/swiftui/scene/windowtoolbarlabelstyle(_:)
