Compare commits

...

1 Commits

Author SHA1 Message Date
pineappleEA
0c1bb1447c 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.
2021-01-11 00:15:22 +02:00

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."));