Some configs.
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
"Buttons_FixAccount": "Fix Account",
|
"Buttons_FixAccount": "Fix Account",
|
||||||
"Buttons_AddNewAlias": "Add New Alias",
|
"Buttons_AddNewAlias": "Add New Alias",
|
||||||
"Buttons_Allow": "Allow",
|
"Buttons_Allow": "Allow",
|
||||||
|
"Buttons_Apply": "Apply",
|
||||||
"Buttons_ApplyTheme": "Apply Theme",
|
"Buttons_ApplyTheme": "Apply Theme",
|
||||||
"Buttons_Browse": "Browse",
|
"Buttons_Browse": "Browse",
|
||||||
"Buttons_Cancel": "Cancel",
|
"Buttons_Cancel": "Cancel",
|
||||||
|
|||||||
@@ -85,6 +85,10 @@
|
|||||||
containerDiv.style.fontSize = size;
|
containerDiv.style.fontSize = size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function GetRenderedHtml() {
|
||||||
|
return _htmlString || "";
|
||||||
|
}
|
||||||
|
|
||||||
function SetLightEditor() {
|
function SetLightEditor() {
|
||||||
document.documentElement.setAttribute("data-theme", "light");
|
document.documentElement.setAttribute("data-theme", "light");
|
||||||
DarkReader.disable();
|
DarkReader.disable();
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"Wino.Mail.WinUI (Package)": {
|
"Wino.Mail.WinUI (Package)": {
|
||||||
"commandName": "MsixPackage",
|
"commandName": "MsixPackage",
|
||||||
"doNotLaunchApp": false,
|
"doNotLaunchApp": false,
|
||||||
"nativeDebugging": false
|
"nativeDebugging": true
|
||||||
},
|
},
|
||||||
"Wino.Mail.WinUI (Unpackaged)": {
|
"Wino.Mail.WinUI (Unpackaged)": {
|
||||||
"commandName": "Project"
|
"commandName": "Project"
|
||||||
|
|||||||
Reference in New Issue
Block a user