Add configurable mail notification actions
This commit is contained in:
@@ -79,6 +79,7 @@ public class NavigationService : NavigationServiceBase, INavigationService
|
||||
WinoPage.AboutPage,
|
||||
WinoPage.PersonalizationPage,
|
||||
WinoPage.MessageListPage,
|
||||
WinoPage.MailNotificationSettingsPage,
|
||||
WinoPage.ReadComposePanePage,
|
||||
WinoPage.AppPreferencesPage,
|
||||
WinoPage.AliasManagementPage,
|
||||
@@ -142,6 +143,7 @@ public class NavigationService : NavigationServiceBase, INavigationService
|
||||
WinoPage.AboutPage => typeof(AboutPage),
|
||||
WinoPage.PersonalizationPage => typeof(PersonalizationPage),
|
||||
WinoPage.MessageListPage => typeof(MessageListPage),
|
||||
WinoPage.MailNotificationSettingsPage => typeof(MailNotificationSettingsPage),
|
||||
WinoPage.ReadComposePanePage => typeof(ReadComposePanePage),
|
||||
WinoPage.MailRenderingPage => typeof(MailRenderingPage),
|
||||
WinoPage.ComposePage => typeof(ComposePage),
|
||||
|
||||
Reference in New Issue
Block a user