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.
I see this a lot:
await windowManager.show(); await windowManager.focus();
If you mouse over .show, it says:
Shows and gives focus to the window.
If that is true, why also call windowManager.focus() right after that?