Fix crash and make loader override more consistent with other option groups

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-06-02 14:43:56 +01:00
parent 178965676e
commit 956f5ee180
2 changed files with 50 additions and 36 deletions

View File

@@ -57,8 +57,8 @@ class MinecraftSettingsWidget : public QWidget {
void updateAccountsMenu(const SettingsObject& settings);
bool isQuickPlaySupported();
private slots:
void selectedLoadersChanged();
void editedDataPacksPath();
void saveSelectedLoaders();
void saveDataPacksPath();
void selectDataPacksFolder();
MinecraftInstancePtr m_instance;