Made changes to address feedback from code review (#4374)

Signed-off-by: Pagwin <dev@pagwin.xyz>
This commit is contained in:
Pagwin
2025-11-20 20:44:41 -05:00
parent 9ce7738912
commit 1dae1a210b
2 changed files with 21 additions and 22 deletions

View File

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