We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e426771 commit 42ae542Copy full SHA for 42ae542
src-tauri/src/launcher_config/models.rs
@@ -136,7 +136,7 @@ structstruck::strike! {
136
},
137
pub workaround: struct {
138
pub no_jvm_args: bool,
139
- #[default(FileValidatePolicy::Full)]
+ #[default(FileValidatePolicy::Normal)]
140
pub game_file_validate_policy: FileValidatePolicy,
141
pub dont_check_jvm_validity: bool,
142
pub dont_patch_natives: bool,
src/models/config.ts
@@ -212,7 +212,7 @@ export const defaultGameConfig: GameConfig = {
212
213
workaround: {
214
noJvmArgs: false,
215
- gameFileValidatePolicy: "full",
+ gameFileValidatePolicy: "normal",
216
dontCheckJvmValidity: false,
217
dontPatchNatives: false,
218
useNativeGlfw: false,
0 commit comments