Merge branch 'master' of github.com:dbgate/dbgate

This commit is contained in:
Jan Prochazka
2022-04-11 20:48:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ function formatKeyText(keyText) {
if (os.platform() == 'darwin') {
return keyText.replace('CtrlOrCommand+', 'Command+');
}
return keyText;
return keyText.replace('CtrlOrCommand+', 'Ctrl+');
}
function commandItem(id) {

View File

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