formatting (#1268)

This commit is contained in:
Matt Portune 2021-02-17 10:46:04 -05:00 committed by GitHub
parent 233319a0a3
commit ce11232cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ namespace Bit.App.Pages
RequestFocus(_nameEntry);
}
}
private void FileType_Clicked(object sender, EventArgs eventArgs)
{
_vm.TypeChanged(SendType.File);
@ -155,7 +155,7 @@ namespace Bit.App.Pages
await _vm.ChooseFileAsync();
}
}
private void ToggleOptions_Clicked(object sender, EventArgs e)
{
_vm.ToggleOptions();

View File

@ -402,7 +402,7 @@ namespace Bit.App.Pages
TriggerPropertyChanged(nameof(Send), _additionalSendProperties);
}
}
public void ToggleOptions()
{
ShowOptions = !ShowOptions;