Import functionality for wino accounts, calendar sync UI, bunch of shell improvements
This commit is contained in:
@@ -51,6 +51,11 @@ public sealed partial class SettingOptionsPage : SettingOptionsPageAbstract
|
||||
ViewModel.NavigateToAddAccount();
|
||||
}
|
||||
|
||||
private void ManageAccountsClicked(object sender, RoutedEventArgs e)
|
||||
{
|
||||
ViewModel.NavigateToManageAccounts();
|
||||
}
|
||||
|
||||
private void SettingsSearchTextChanged(AutoSuggestBox sender, AutoSuggestBoxTextChangedEventArgs args)
|
||||
{
|
||||
if (args.Reason == AutoSuggestionBoxTextChangeReason.UserInput || string.IsNullOrWhiteSpace(sender.Text))
|
||||
|
||||
Reference in New Issue
Block a user