SYNC: commented out feedback menu

This commit is contained in:
SPRINX0\prochazka
2025-09-04 09:19:57 +02:00
committed by Diflow
parent 8ced6aa205
commit c042bf2d15
3 changed files with 9 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ module.exports = ({ editMenu, isMac }) => [
{ command: 'app.openWeb', hideDisabled: true },
{ command: 'app.openIssue', hideDisabled: true },
{ command: 'app.openSponsoring', hideDisabled: true },
{ command: 'app.giveFeedback', hideDisabled: true },
// { command: 'app.giveFeedback', hideDisabled: true },
{ divider: true },
{ command: 'settings.commands', hideDisabled: true },
{ command: 'tabs.changelog', hideDisabled: true },