do not restore clipboard, closes #742

This commit is contained in:
Alexander Drozdov
2022-09-13 23:47:04 +03:00
parent b0ab31ee13
commit d53ee04c86
3 changed files with 15 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ export const defaultConfig = (): Config => ({
overlayBackgroundClose: true,
itemCheckKey: null,
delveGridKey: null,
restoreClipboard: true,
restoreClipboard: false,
commands: [{
text: '/hideout',
hotkey: 'F5',