Minor code cleanup

This commit is contained in:
2017-10-12 11:49:09 +02:00
committed by BONNEVILLE Geoffroy
parent 10b6330ac6
commit 69a63f4b2e

View File

@@ -1,8 +1,7 @@
using System.ComponentModel;
using Windows.Storage;
using Windows.UI.Xaml;
using ModernKeePass.Common;
using System;
using Windows.Storage;
namespace ModernKeePass.ViewModels
{
@@ -36,7 +35,6 @@ namespace ModernKeePass.ViewModels
{
var app = (App)Application.Current;
app.Database.Save(file);
NotifyPropertyChanged("IsSaveEnabled");
}
}
}