We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726ba66 commit cedcc3dCopy full SHA for cedcc3d
crates/tauri-runtime-wry/src/lib.rs
@@ -2372,7 +2372,7 @@ impl Drop for WebviewWrapper {
2372
}
2373
2374
pub struct WindowWrapper {
2375
- label: String,
+ pub label: String,
2376
inner: Option<Arc<Window>>,
2377
// whether this window has child webviews
2378
// or it's just a container for a single webview
0 commit comments