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.openWeb', hideDisabled: true },
{ command: 'app.openIssue', hideDisabled: true }, { command: 'app.openIssue', hideDisabled: true },
{ command: 'app.openSponsoring', hideDisabled: true }, { command: 'app.openSponsoring', hideDisabled: true },
{ command: 'app.giveFeedback', hideDisabled: true }, // { command: 'app.giveFeedback', hideDisabled: true },
{ divider: true }, { divider: true },
{ command: 'settings.commands', hideDisabled: true }, { command: 'settings.commands', hideDisabled: true },
{ command: 'tabs.changelog', hideDisabled: true }, { command: 'tabs.changelog', hideDisabled: true },

View File

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

View File

@@ -48,11 +48,11 @@
> >
</div> </div>
{/if} {/if}
<div> <!-- <div>
<FontIcon icon="mdi mdi-lightbulb color-icon-yellow" /> Give us feedback: <Link <FontIcon icon="mdi mdi-lightbulb color-icon-yellow" /> Give us feedback: <Link
href="https://dbgate.io/feedback">dbgate.io/feedback</Link href="https://dbgate.io/feedback">dbgate.io/feedback</Link
> >
</div> </div> -->
<div class="mt-2"> <div class="mt-2">
Source codes: <Link href="https://github.com/dbgate/dbgate/">GitHub</Link> Source codes: <Link href="https://github.com/dbgate/dbgate/">GitHub</Link>