mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
App: LoginPage.cs: Use a logo for the login button (#200)
* App: LoginPage.cs: Use a logo for the login button This adds a helper function which we can use to set logos for Windows platforms to ensure the user can see the UWP toolbar actions. This won't have an effect on non-Windows platforms. Signed-off-by: Alistair Francis <alistair@alistair23.me> * App: Pages: Set an icon for the save button on Windows Signed-off-by: Alistair Francis <alistair@alistair23.me> * App: Pages: Set an icon for submit, save and continue Set an icon for the submit, save and continue buttons when running on Windows platforms. Signed-off-by: Alistair Francis <alistair@alistair23.me> * App: Pages: Valut: Set an icon for the edit button Set the cog icon for the edit button when running on Windows platforms. Signed-off-by: Alistair Francis <alistair@alistair23.me>
This commit is contained in:
committed by
Kyle Spearrin
parent
25b75fd6e4
commit
baf785d9f1
@@ -112,7 +112,7 @@ namespace Bit.App.Pages
|
||||
|
||||
if(_passwordValueAction != null)
|
||||
{
|
||||
var selectToolBarItem = new ToolbarItem(AppResources.Select, null, async () =>
|
||||
var selectToolBarItem = new ToolbarItem(AppResources.Select, Helpers.ToolbarImage("ion_chevron_right.png"), async () =>
|
||||
{
|
||||
if(_fromAutofill)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user