import Adwaita

would be helpful
This commit is contained in:
Zaphh 2024-10-04 20:08:37 +01:00 committed by GitHub
parent f8f51911dc
commit 9f561a4167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
import Meta
import CWebView
import Foundation
import Adwaita
public struct WebView: AdwaitaWidget {
@Binding var url: String
@ -32,4 +32,4 @@ public struct WebView: AdwaitaWidget {
view.height = height
return view
}
}
}