mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 14:26:00 +00:00
Merge branch 'master' of github.com:dbgate/dbgate
This commit is contained in:
@@ -56,7 +56,7 @@ function formatKeyText(keyText) {
|
|||||||
if (os.platform() == 'darwin') {
|
if (os.platform() == 'darwin') {
|
||||||
return keyText.replace('CtrlOrCommand+', 'Command+');
|
return keyText.replace('CtrlOrCommand+', 'Command+');
|
||||||
}
|
}
|
||||||
return keyText;
|
return keyText.replace('CtrlOrCommand+', 'Ctrl+');
|
||||||
}
|
}
|
||||||
|
|
||||||
function commandItem(id) {
|
function commandItem(id) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "4.8.4-beta.1",
|
"version": "4.8.4-beta.2",
|
||||||
"name": "dbgate-all",
|
"name": "dbgate-all",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user