mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
This commit is contained in:
parent
c3289d09c0
commit
539c383b21
@ -42,7 +42,7 @@
|
||||
commandsFiltered = commandsFiltered.filter(x => !x.systemCommand);
|
||||
}
|
||||
|
||||
if (commandsFiltered.every(x => x.systemCommand) && !isMac()) {
|
||||
if (commandsFiltered.every(x => x.systemCommand)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user