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

@@ -1047,12 +1047,12 @@ registerCommand({
onClick: () => openWebLink('https://opencollective.com/dbgate'),
});
registerCommand({
id: 'app.giveFeedback',
category: 'Application',
name: 'Give us feedback',
onClick: () => openWebLink('https://dbgate.org/feedback'),
});
// registerCommand({
// id: 'app.giveFeedback',
// category: 'Application',
// name: 'Give us feedback',
// onClick: () => openWebLink('https://dbgate.org/feedback'),
// });
registerCommand({
id: 'app.zoomIn',