mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Start fixing shortcuts on welcome screen. Breaks certain shortcuts still
This commit is contained in:
@@ -22,7 +22,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
bool View::shouldProcess() const {
|
||||
return this->shouldDraw() && this->getWindowOpenState();
|
||||
return true;
|
||||
}
|
||||
|
||||
bool View::hasViewMenuItemEntry() const {
|
||||
|
||||
Reference in New Issue
Block a user