You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"launchOnStartDescriptionDesktop": "Launch Session automatically when your computer starts up.",
976
+
"launchOnStartupDisabledDesktop": "This setting is managed by your system on Linux. To have Session start automatically, please add it to your startup applications in your system settings.",
// Set the login item settings based on the platform
1031
+
if(process.platform==='darwin'){
1032
+
// macOS
1033
+
app.setLoginItemSettings({
1034
+
openAtLogin: newValue,
1035
+
openAsHidden: false,
1036
+
});
1037
+
}elseif(process.platform==='win32'){
1038
+
// Windows - For Squirrel-based apps, we need to handle the stub launcher - https://www.electronjs.org/docs/latest/api/app/#appsetloginitemsettingssettings-macos-windows
0 commit comments