mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Fix tests (make them green)
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -75,7 +75,6 @@ class ModFolderModel : public ResourceFolderModel {
|
||||
ReleaseTypeColumn,
|
||||
NUM_COLUMNS
|
||||
};
|
||||
enum ModStatusAction { Disable, Enable, Toggle };
|
||||
ModFolderModel(const QDir& dir, BaseInstance* instance, bool is_indexed, bool create_dir, QObject* parent = nullptr);
|
||||
|
||||
virtual QString id() const override { return "mods"; }
|
||||
|
Reference in New Issue
Block a user