Ability to set composer default font (#287)
* Added ability to set Composer font * Added missing translations and refactoring * Remove unused methods * Small fixes
This commit is contained in:
18
Wino.Core.Domain/Translator.Designer.cs
generated
18
Wino.Core.Domain/Translator.Designer.cs
generated
@@ -2244,14 +2244,24 @@ namespace Wino.Core.Domain
|
||||
public static string SettingsPrivacyPolicy_Title => Resources.GetTranslatedString(@"SettingsPrivacyPolicy_Title");
|
||||
|
||||
/// <summary>
|
||||
/// Mail rendering options.
|
||||
/// Reader
|
||||
/// </summary>
|
||||
public static string SettingsReadingPane_Description => Resources.GetTranslatedString(@"SettingsReadingPane_Description");
|
||||
public static string SettingsReader_Title => Resources.GetTranslatedString(@"SettingsReader_Title");
|
||||
|
||||
/// <summary>
|
||||
/// Reading Pane
|
||||
/// Composer
|
||||
/// </summary>
|
||||
public static string SettingsReadingPane_Title => Resources.GetTranslatedString(@"SettingsReadingPane_Title");
|
||||
public static string SettingsComposer_Title => Resources.GetTranslatedString(@"SettingsComposer_Title");
|
||||
|
||||
/// <summary>
|
||||
/// Fonts, external content.
|
||||
/// </summary>
|
||||
public static string SettingsReadComposePane_Description => Resources.GetTranslatedString(@"SettingsReadComposePane_Description");
|
||||
|
||||
/// <summary>
|
||||
/// Reader & Composer
|
||||
/// </summary>
|
||||
public static string SettingsReadComposePane_Title => Resources.GetTranslatedString(@"SettingsReadComposePane_Title");
|
||||
|
||||
/// <summary>
|
||||
/// Default Reader Font
|
||||
|
||||
Reference in New Issue
Block a user