don't use autolauncher at all on mac to fix security warning on macOS
This commit is contained in:
parent
e51f31f015
commit
d7b8d6b82c
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ export function doSetAutoLaunch(value) {
|
|||
const autoLaunch = makeSelectClientSetting(SETTINGS.AUTO_LAUNCH)(state);
|
||||
|
||||
if (IS_MAC) {
|
||||
launcher.disable();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue