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:
@@ -72,8 +72,8 @@ namespace Wino.Services
|
||||
return typeof(PersonalizationPage);
|
||||
case WinoPage.MessageListPage:
|
||||
return typeof(MessageListPage);
|
||||
case WinoPage.ReadingPanePage:
|
||||
return typeof(ReadingPanePage);
|
||||
case WinoPage.ReadComposePanePage:
|
||||
return typeof(ReadComposePanePage);
|
||||
case WinoPage.MailRenderingPage:
|
||||
return typeof(MailRenderingPage);
|
||||
case WinoPage.ComposePage:
|
||||
|
||||
Reference in New Issue
Block a user