mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
feedback menu link
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user