Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Prochazka
1127132e4a v6.6.12-premium-beta.1 2025-11-17 07:47:07 +01:00
Jan Prochazka
b373628a31 SYNC: fixed paste license key 2025-11-17 07:45:09 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ function commandItem(item, disableAll = false) {
id,
label: command ? command.menuName || command.toolbarName || command.name : id,
accelerator: formatKeyText(command ? command.keyText : undefined),
enabled: command ? command.enabled && !disableAll : false,
enabled: command ? command.enabled && (!disableAll || command.systemCommand) : false,
click() {
if (mainWindow) {
mainWindow.webContents.send('run-command', id);

View File

@@ -1,6 +1,6 @@
{
"private": true,
"version": "6.6.11",
"version": "6.6.12-premium-beta.1",
"name": "dbgate-all",
"workspaces": [
"packages/*",