mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
GH-5146 mrpack exporter: add option to treat disabled files as optional
This commit is contained in:
@@ -26,6 +26,7 @@ struct ExportSettings
|
||||
bool includeModConfigs;
|
||||
bool includeResourcePacks;
|
||||
bool includeShaderPacks;
|
||||
bool treatDisabledAsOptional;
|
||||
QString datapacksPath;
|
||||
|
||||
QString gameVersion;
|
||||
@@ -44,6 +45,7 @@ struct ExportFile
|
||||
QString sha1;
|
||||
QString download;
|
||||
qint64 fileSize;
|
||||
bool optional = false;
|
||||
};
|
||||
|
||||
class InstanceExportTask : public Task
|
||||
|
Reference in New Issue
Block a user