ONLYOFFICE / DesktopEditors

An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
https://www.onlyoffice.com
Other
2.67k stars 314 forks source link

disable recover mode #1349

Closed cdx08222028 closed 11 months ago

cdx08222028 commented 11 months ago

This issue is unique.

Your idea.

we don't want that our documents are copied to another place. Can we have methods to disable recover mode.

LuckySpecialist commented 11 months ago

Hi @cdx08222028, you can disable the Autorecover function in the menu File > Advanced Settings > Editing and saving for each editor independently.

cdx08222028 commented 11 months ago

Hi @cdx08222028, you can disable the Autorecover function in the menu File > Advanced Settings > Editing and saving for each editor independently.

Thanks a lot! I didnt checked the Autorecover option, but the app still copy the documents to the path ..\data\recover. actually I don't want the recover mode at all (create, copy, read, write). I wanna change this behavior in the source code or cmd line.

LuckySpecialist commented 11 months ago

The data in this directory is used while the application is working with documents. This cannot be changed. If the Autorecover option is disabled, they are cleared after restarting the editors, even if the changes have not been saved.

cdx08222028 commented 11 months ago

The data in this directory is used while the application is working with documents. This cannot be changed. If the Autorecover option is disabled, they are cleared after restarting the editors, even if the changes have not been saved.

I had changed a little code to change this behavior. thanks again.