Skip to content

Commit cedcc3d

Browse files
committed
test: make window wrapper label pub
1 parent 726ba66 commit cedcc3d

File tree

1 file changed

+1
-1
lines changed
  • crates/tauri-runtime-wry/src

1 file changed

+1
-1
lines changed

crates/tauri-runtime-wry/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ impl Drop for WebviewWrapper {
23722372
}
23732373

23742374
pub struct WindowWrapper {
2375-
label: String,
2375+
pub label: String,
23762376
inner: Option<Arc<Window>>,
23772377
// whether this window has child webviews
23782378
// or it's just a container for a single webview

0 commit comments

Comments
 (0)