mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Set default value for opening websites in new window
This commit is contained in:
@@ -103,6 +103,7 @@ function setUserAgent(useragent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getValueOrDefault("enterprise-or-normal", "https://microsoft365.com/?auth=1");
|
getValueOrDefault("enterprise-or-normal", "https://microsoft365.com/?auth=1");
|
||||||
|
getValueOrDefault("websites-in-new-window", "true");
|
||||||
getValueOrDefault("autohide-menubar", "false");
|
getValueOrDefault("autohide-menubar", "false");
|
||||||
getValueOrDefault("useragentstring", useragents.Windows);
|
getValueOrDefault("useragentstring", useragents.Windows);
|
||||||
getValueOrDefault("discordrpcstatus", "false");
|
getValueOrDefault("discordrpcstatus", "false");
|
||||||
|
|||||||
Reference in New Issue
Block a user