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:
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user