mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 18:47:28 -05:00
Rework database loading/migration
This commit is contained in:
@@ -29,7 +29,7 @@ namespace FeedCenter.Options
|
||||
|
||||
private void HandleOkayButtonClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (!this.Validate())
|
||||
if (!this.IsValid())
|
||||
return;
|
||||
|
||||
// Dialog is good
|
||||
|
||||
Reference in New Issue
Block a user