Fixed cancel on exit not working

This commit is contained in:
Ben Wallis
2018-12-06 21:20:42 +00:00
parent 065e56e0a6
commit 290547cbba
8 changed files with 35 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ namespace Filtration.Interface
{
bool IsScript { get; }
bool IsTheme { get; }
Task Close();
Task<bool> Close();
RelayCommand CloseCommand { get; }
}
}