mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
commandsFiltered = commandsFiltered.filter(x => !x.systemCommand);
|
||||
}
|
||||
|
||||
if (commandsFiltered.every(x => x.systemCommand) && !isMac()) {
|
||||
if (commandsFiltered.every(x => x.systemCommand)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user