Focus start button on launch.

This commit is contained in:
John Preston
2025-10-24 10:55:45 +04:00
parent b5f4e40c3e
commit 65891508e0
7 changed files with 55 additions and 18 deletions
+2
View File
@@ -151,6 +151,8 @@ void MainWindow::finishFirstShow() {
if (!_passcodeLock && _main) {
_main->activate();
} else if (!_passcodeLock && _intro) {
_intro->setInnerFocus();
}
}