Is it possible to use this for just one of many windows? #81
Replies: 1 comment
-
yes: // make sure this trait is in scope
use tauri_nspanel::WebviewWindowExt;
// convert your window to a panel.
your_window.to_panel(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe this is a dumb question, but I would like to use this only for certain windows for my app. My app creates several different types of windows. Is it possible to just use this for specified ones?
Beta Was this translation helpful? Give feedback.
All reactions