Readded necessary callback functions

This commit is contained in:
Divyansh 2020-03-23 14:54:11 -07:00
parent 7c174b9c05
commit 4b05929dd5

View File

@ -47,6 +47,10 @@ namespace Wox
_viewModel.Save();
}
private void OnInitialized(object sender, EventArgs e)
{
}
private void OnLoaded(object sender, RoutedEventArgs _)
{
// todo is there a way to set blur only once?
@ -151,6 +155,9 @@ namespace Wox
e.Handled = true;
}
private void OnContextMenusForSettingsClick(object sender, RoutedEventArgs e)
{
}
private void OnDeactivated(object sender, EventArgs e)
{