feat(genshin): disabled patch applying option by default

This commit is contained in:
Observer KRypt0n_ 2023-07-14 07:26:51 +02:00
parent 784d4e981a
commit c2822fe9eb
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -27,7 +27,7 @@ impl Default for Patch {
String::from("https://notabug.org/Krock/dawn")
],
apply: true,
apply: false,
// Disable root requirement for patching if we're running launcher in flatpak
root: !PathBuf::from("/.flatpak-info").exists(),