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 887b8da commit 0ea08e9Copy full SHA for 0ea08e9
examples/api/src-tauri/src/tray.rs
@@ -117,6 +117,7 @@ pub fn create_tray<R: Runtime>(app: &tauri::AppHandle<R>) -> tauri::Result<()> {
117
{
118
let app = tray.app_handle();
119
if let Some(window) = app.get_webview_window("main") {
120
+ let _ = window.unminimize();
121
let _ = window.show();
122
let _ = window.set_focus();
123
}
0 commit comments