mirror of
https://github.com/Tim-Paik/neutauri.git
synced 2024-10-12 23:29:41 +00:00
Add support for creating projects, upgrade wry. Warning: Partially unavailable, Wayland support is broken
This commit is contained in:
@ -141,6 +141,7 @@ fn main() -> wry::Result<()> {
|
||||
WebContext::new(None)
|
||||
};
|
||||
let webview = webview_builder
|
||||
.with_clipboard(true)
|
||||
.with_visible(res.window_attr.visible)
|
||||
.with_transparent(res.window_attr.transparent)
|
||||
.with_web_context(&mut web_context)
|
||||
|
Reference in New Issue
Block a user