We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65300d9 commit c3c129dCopy full SHA for c3c129d
src/ui/ui.cpp
@@ -26,8 +26,8 @@ observer_ptr<WebEidUI> WebEidUI::createAndShowDialog(const CommandType command)
26
{
27
auto* dialog = new WebEidDialog {};
28
dialog->showWaitingForCardPage(command);
29
- dialog->activateWindow();
30
dialog->show();
+ dialog->activateWindow();
31
dialog->raise();
32
33
return dialog;
0 commit comments