mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
more options
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Bit.App.Pages
|
||||
{
|
||||
@@ -11,6 +12,9 @@ namespace Bit.App.Pages
|
||||
InitializeComponent();
|
||||
_vm = BindingContext as OptionsPageViewModel;
|
||||
_vm.Page = this;
|
||||
_themePicker.ItemDisplayBinding = new Binding("Value");
|
||||
_uriMatchPicker.ItemDisplayBinding = new Binding("Value");
|
||||
_clearClipboardPicker.ItemDisplayBinding = new Binding("Value");
|
||||
}
|
||||
|
||||
protected async override void OnAppearing()
|
||||
|
||||
Reference in New Issue
Block a user