Set default value for opening websites in new window

This commit is contained in:
Agampreet Singh
2023-12-24 22:16:05 +05:30
parent 83a1084e06
commit 6ff03b85b9

View File

@@ -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");