feedback menu link

This commit is contained in:
SPRINX0\prochazka
2025-05-16 08:03:08 +02:00
parent e8cb87ae3d
commit 4a3491e0b5
2 changed files with 9 additions and 0 deletions

View File

@@ -929,9 +929,17 @@ registerCommand({
id: 'app.openSponsoring',
category: 'Application',
name: 'Become sponsor',
testEnabled: () => !isProApp(),
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.zoomIn',
category: 'Application',