Enable SquirrelMacEnableDirectContentsWrite
This commit is contained in:
parent
5d110964b9
commit
a83a85d557
3 changed files with 35 additions and 32 deletions
|
@ -120,7 +120,7 @@ import type { LoggerType } from '../ts/types/Logging';
|
|||
|
||||
const animationSettings = systemPreferences.getAnimationSettings();
|
||||
|
||||
if (OS.isMacOS() && !isProduction(app.getVersion())) {
|
||||
if (OS.isMacOS()) {
|
||||
systemPreferences.setUserDefault(
|
||||
'SquirrelMacEnableDirectContentsWrite',
|
||||
'boolean',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue