mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Shorten menu label/description
This commit is contained in:
@@ -195,7 +195,7 @@ const menulayout = [
|
|||||||
},
|
},
|
||||||
{ type: "separator" },
|
{ type: "separator" },
|
||||||
{
|
{
|
||||||
label: "Open Websites in New Windows (Recommended)",
|
label: "Open Websites in New Windows",
|
||||||
type: "radio",
|
type: "radio",
|
||||||
click: () => {
|
click: () => {
|
||||||
setValue("websites-in-new-window", "true");
|
setValue("websites-in-new-window", "true");
|
||||||
@@ -220,7 +220,7 @@ const menulayout = [
|
|||||||
type: "info",
|
type: "info",
|
||||||
title: "Websites in New Windows",
|
title: "Websites in New Windows",
|
||||||
message:
|
message:
|
||||||
"Websites which are targeted to open in new tabs will now open in the same window.\n\nNote: This will be buggy in some cases if you are using Enterprise version of MS 365.",
|
"Websites which are targeted to open in new tabs will now open in the same window.",
|
||||||
buttons: ["OK"],
|
buttons: ["OK"],
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -569,7 +569,7 @@ const menulayout = [
|
|||||||
},
|
},
|
||||||
{ type: "separator" },
|
{ type: "separator" },
|
||||||
{
|
{
|
||||||
label: "Open Websites in New Windows (Recommended)",
|
label: "Open Websites in New Windows",
|
||||||
type: "radio",
|
type: "radio",
|
||||||
click: () => {
|
click: () => {
|
||||||
setValue("websites-in-new-window", "true");
|
setValue("websites-in-new-window", "true");
|
||||||
@@ -594,7 +594,7 @@ const menulayout = [
|
|||||||
type: "info",
|
type: "info",
|
||||||
title: "Websites in New Windows",
|
title: "Websites in New Windows",
|
||||||
message:
|
message:
|
||||||
"Websites which are targeted to open in new tabs will now open in the same window.\n\nNote: This will be buggy in some cases if you are using Enterprise version of MS 365.",
|
"Websites which are targeted to open in new tabs will now open in the same window.",
|
||||||
buttons: ["OK"],
|
buttons: ["OK"],
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user