Settings page and manage accounts navigation options.
This commit is contained in:
@@ -39,6 +39,16 @@ public interface IStatePersistanceService : INotifyPropertyChanged
|
||||
/// </summary>
|
||||
bool IsEventDetailsVisible { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether ManageAccountsPage has navigated to a sub-page and can go back.
|
||||
/// </summary>
|
||||
bool IsManageAccountsNavigating { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether SettingsPage has navigated to a sub-page and can go back.
|
||||
/// </summary>
|
||||
bool IsSettingsNavigating { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Setting: Opened pane length for the navigation view.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user