fix: name inconsistency
Some checks failed
Build/release / action-release (push) Failing after 3m27s
Some checks failed
Build/release / action-release (push) Failing after 3m27s
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user