mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 03:53:57 +00:00
SYNC: commented out feedback menu
This commit is contained in:
committed by
Diflow
parent
8ced6aa205
commit
c042bf2d15
@@ -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 },
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -48,11 +48,11 @@
|
||||
>
|
||||
</div>
|
||||
{/if}
|
||||
<div>
|
||||
<!-- <div>
|
||||
<FontIcon icon="mdi mdi-lightbulb color-icon-yellow" /> Give us feedback: <Link
|
||||
href="https://dbgate.io/feedback">dbgate.io/feedback</Link
|
||||
>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="mt-2">
|
||||
Source codes: <Link href="https://github.com/dbgate/dbgate/">GitHub</Link>
|
||||
|
||||
Reference in New Issue
Block a user