don't use autolauncher at all on mac to fix security warning on macOS

This commit is contained in:
Sean Yesmunt 2019-11-19 12:44:01 -05:00
parent e51f31f015
commit d7b8d6b82c

View file

@ -130,7 +130,6 @@ export function doSetAutoLaunch(value) {
const autoLaunch = makeSelectClientSetting(SETTINGS.AUTO_LAUNCH)(state);
if (IS_MAC) {
launcher.disable();
return;
}