reset settings command

This commit is contained in:
SPRINX0\prochazka
2024-08-29 09:37:30 +02:00
parent 791a2e8cd4
commit 5559d51dfb
4 changed files with 58 additions and 9 deletions

View File

@@ -91,6 +91,7 @@ module.exports = ({ editMenu }) => [
{ command: 'folder.showLogs', hideDisabled: true },
{ command: 'folder.showData', hideDisabled: true },
{ command: 'new.gist', hideDisabled: true },
{ command: 'app.resetSettings', hideDisabled: true },
],
},
{