mirror of https://github.com/procxx/kepka.git
Fix crash on quit without initial passcode unlock.
This commit is contained in:
parent
5fc4dcd172
commit
17fba16c23
|
@ -149,8 +149,6 @@ void MainWindow::firstShow() {
|
|||
}
|
||||
|
||||
void MainWindow::clearWidgetsHook() {
|
||||
Expects(_passcodeLock == nullptr || !Global::LocalPasscode());
|
||||
|
||||
destroyLayer();
|
||||
_main.destroy();
|
||||
_passcodeLock.destroy();
|
||||
|
|
Loading…
Reference in New Issue