mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-20 17:47:19 +00:00
Debug: show popup on startup to verify window rendering
This commit is contained in:
parent
15d0d3a00d
commit
25f8b40a7b
1 changed files with 3 additions and 1 deletions
|
|
@ -59,7 +59,9 @@ pub fn run() {
|
|||
init_tray_linux(app.handle().clone(), linux_tray);
|
||||
|
||||
if let Some(window) = app.get_webview_window("popover") {
|
||||
let _ = window.hide();
|
||||
let _ = window.center();
|
||||
let _ = window.show();
|
||||
let _ = window.set_focus();
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue