This commit is contained in:
Jan Prochazka
2022-04-21 08:34:21 +02:00
parent c3289d09c0
commit 539c383b21

View File

@@ -42,7 +42,7 @@
commandsFiltered = commandsFiltered.filter(x => !x.systemCommand); commandsFiltered = commandsFiltered.filter(x => !x.systemCommand);
} }
if (commandsFiltered.every(x => x.systemCommand) && !isMac()) { if (commandsFiltered.every(x => x.systemCommand)) {
return; return;
} }