mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 19:53:50 +00:00
change home settings to extendedbutton
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
|
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
|
||||||
|
|
||||||
var settingsButton = new Button
|
var settingsButton = new ExtendedButton
|
||||||
{
|
{
|
||||||
Image = "cog.png",
|
Image = "cog.png",
|
||||||
VerticalOptions = LayoutOptions.Start,
|
VerticalOptions = LayoutOptions.Start,
|
||||||
|
|||||||
Reference in New Issue
Block a user