Fix build issue

This commit is contained in:
Arkadiusz Fal 2024-05-19 11:51:22 +02:00
parent 959fb0d1fc
commit 0f43efef6f

View File

@ -110,9 +110,9 @@ struct AdvancedSettings: View {
Image(systemName: "link")
}
.font(.footnote)
#endif
#if os(macOS)
.onHover(perform: onHover(_:))
#if os(macOS)
.onHover(perform: onHover(_:))
#endif
#endif
}.frame(minWidth: 140, alignment: .leading)