Fix:Deriving Keys window isn't a child of main

What the title suggests, the child window "Deriving Keys" isn't set as a child of the main window.
This commit is contained in:
pineappleEA
2021-01-11 00:15:22 +02:00
committed by GitHub
parent fe9588f4a0
commit 0c1bb1447c

View File

@@ -2709,7 +2709,7 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) {
.arg(errors));
}
QProgressDialog prog;
QProgressDialog prog(this);
prog.setRange(0, 0);
prog.setLabelText(tr("Deriving keys...\nThis may take up to a minute depending \non your "
"system's performance."));