1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-13 22:04:09 +02:00

Cmd line option to disable file recovery

This commit is contained in:
Brian Fiete 2022-01-13 11:38:48 -05:00
parent 63792924e0
commit b49cd5d12a
3 changed files with 12 additions and 3 deletions

View file

@ -7192,6 +7192,10 @@ namespace IDE
}
#endif
fallthrough;
#if !CLI
case "-noRecover":
mFileRecovery?.mDisabled = true;
#endif
case "-forceSafe":
mSafeMode = true;
mNoResolve = true;