Add missing return statement

This commit is contained in:
Lawrence Lee
2021-05-02 12:35:05 -07:00
parent b99b9302cc
commit 4811f92c39

View File

@@ -2539,6 +2539,8 @@ bool FileCatalog::handleShortcutKeyRelease(GdkEventKey* event)
return true; return true;
} }
} }
return false;
} }
void FileCatalog::showToolBar() void FileCatalog::showToolBar()