mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Resolve issue with multiple loaders during update
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -146,6 +146,7 @@ class PackProfile : public QAbstractListModel {
|
||||
std::optional<ModPlatform::ModLoaderTypes> getModLoaders();
|
||||
// this returns aditional loaders(Quilt supports fabric and NeoForge supports Forge)
|
||||
std::optional<ModPlatform::ModLoaderTypes> getSupportedModLoaders();
|
||||
QList<ModPlatform::ModLoaderType> getModLoadersList();
|
||||
|
||||
private:
|
||||
void scheduleSave();
|
||||
|
Reference in New Issue
Block a user