diff --git a/Wino.Core.Domain/Translations/en_US/resources.json b/Wino.Core.Domain/Translations/en_US/resources.json index e86a3774..5455d5f9 100644 --- a/Wino.Core.Domain/Translations/en_US/resources.json +++ b/Wino.Core.Domain/Translations/en_US/resources.json @@ -56,6 +56,7 @@ "Buttons_FixAccount": "Fix Account", "Buttons_AddNewAlias": "Add New Alias", "Buttons_Allow": "Allow", + "Buttons_Apply": "Apply", "Buttons_ApplyTheme": "Apply Theme", "Buttons_Browse": "Browse", "Buttons_Cancel": "Cancel", diff --git a/Wino.Mail.WinUI/JS/reader.html b/Wino.Mail.WinUI/JS/reader.html index df8c2b68..040890a2 100644 --- a/Wino.Mail.WinUI/JS/reader.html +++ b/Wino.Mail.WinUI/JS/reader.html @@ -85,6 +85,10 @@ containerDiv.style.fontSize = size; } + function GetRenderedHtml() { + return _htmlString || ""; + } + function SetLightEditor() { document.documentElement.setAttribute("data-theme", "light"); DarkReader.disable(); diff --git a/Wino.Mail.WinUI/Properties/launchSettings.json b/Wino.Mail.WinUI/Properties/launchSettings.json index 52fff1db..14643837 100644 --- a/Wino.Mail.WinUI/Properties/launchSettings.json +++ b/Wino.Mail.WinUI/Properties/launchSettings.json @@ -3,7 +3,7 @@ "Wino.Mail.WinUI (Package)": { "commandName": "MsixPackage", "doNotLaunchApp": false, - "nativeDebugging": false + "nativeDebugging": true }, "Wino.Mail.WinUI (Unpackaged)": { "commandName": "Project"