fix: name inconsistency
Some checks failed
Build/release / action-release (push) Failing after 3m27s

This commit is contained in:
Daan Selen
2025-09-29 23:47:03 +02:00
parent b9cbe25696
commit 2ddd5d5a53
3 changed files with 670 additions and 559 deletions

View File

@@ -407,7 +407,7 @@ const commonPreferencesSubmenu = [
const menulayout = [
{
label: "MS-365-Electron",
label: "MS365-Electron",
submenu: [
...(process.platform === "darwin"
? [
@@ -418,11 +418,11 @@ const menulayout = [
},
{ role: "services" },
{ type: "separator" },
{ label: "Hide MS-365-Electron", role: "hide" },
{ label: "Hide MS365-Electron", role: "hide" },
{ role: "hideOthers" },
{ role: "unhide" },
{ type: "separator" },
{ label: "Quit MS-365-Electron", role: "quit" },
{ label: "Quit MS365-Electron", role: "quit" },
]
: [
{ type: "separator" },

View File

@@ -24,10 +24,9 @@ export function getValueOrDefault(key, defaultValue) {
getValueOrDefault("websites-in-new-window", "false");
getValueOrDefault("autohide-menubar", "true");
getValueOrDefault("useragentstring", useragents.Windows);
getValueOrDefault("discordrpcstatus", "false");
getValueOrDefault("blockadsandtrackers", "false");
getValueOrDefault("dynamicicons", "true");
getValueOrDefault("autoupdater", "true");
getValueOrDefault("autoupdate", "false");
getValueOrDefault("custompage", "home");
getValueOrDefault("windowWidth", 0.71);
getValueOrDefault("windowHeight", 0.74);