fix: Start fixing shortcuts on welcome screen. Breaks certain shortcuts still

This commit is contained in:
WerWolv
2026-01-23 00:07:34 +01:00
parent 96a5a5d34c
commit 810955b1be
4 changed files with 46 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ namespace hex {
}
bool View::shouldProcess() const {
return this->shouldDraw() && this->getWindowOpenState();
return true;
}
bool View::hasViewMenuItemEntry() const {