Tony
Tony
Didn't look much into this yet, but I think if the idea is to rename the command, not having both command names valid, we should call it `rename` similar to...
https://github.com/user-attachments/assets/7372f454-d34b-4163-84fa-82a9a4e24c9b I think Chrome's desktop capture popup does that?
Ah, that made sense, it seems like if I set both `with_minimizable(false)`, and `with_always_on_top(true)`, it does work, not when only one of them were set though
I believe `RunEvent::Exit` should be called on system shutdown already after it's implemented in https://github.com/tauri-apps/tao/pull/1126, https://github.com/tauri-apps/tao/pull/1157 is for the Restart Manager Try update `tao` to latest and see if that...
Also noticed this problem with the plugins' example on Windows 10 (changed the left bar's background color to white to better demonstrate the problem) 
Seems like the MSRV of `windows` crate has increased to 1.82, we probably can't update it until v3 then
Not sure if it makes more sense to have a portable setting in the tauri builder/config which will make `PathResolver` to resolve app related directories (e.g. `AppConfig`, `AppData`) from the...
I mean, with an additional method on the builder, you'll still have the flexibility of setting it during runtime or compile time For example: ```rust let mut builder = tauri::Builder::default();...
Hey, thanks for working on this, but I'm not sure how useful is it to leave a very much incomplete solution like this, and by > I think this should...
I'll close this for now, feel free to re-open if you came up with something more complete in the future, thanks anyways!