mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
Settings options added to table. Folder add/edit/list pages for settings.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Bit.App.Pages
|
||||
TintColor = Color.FromHex("ffffff");
|
||||
|
||||
var settingsNavigation = new ExtendedNavigationPage(new SettingsPage());
|
||||
var vaultNavigation = new ExtendedNavigationPage(new VaultListPage());
|
||||
var vaultNavigation = new ExtendedNavigationPage(new VaultListSitesPage());
|
||||
var syncNavigation = new ExtendedNavigationPage(new SyncPage());
|
||||
|
||||
vaultNavigation.Title = AppResources.MyVault;
|
||||
|
||||
Reference in New Issue
Block a user