Minor remaining fixes for PR (#4374)

- changed case of `handleNoModLoader` to match project style

- made default case in switch statement for `handleNoModLoader` return
  true for safety

Signed-off-by: Pagwin <dev@pagwin.xyz>
This commit is contained in:
Pagwin
2025-11-21 16:19:41 -05:00
parent 1dae1a210b
commit fca8ac40ff
2 changed files with 7 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
class ModFolderPage : public ExternalResourcesPage {
Q_OBJECT
bool HandleNoModLoader();
inline bool handleNoModLoader();
public:
explicit ModFolderPage(BaseInstance* inst, std::shared_ptr<ModFolderModel> model, QWidget* parent = nullptr);