mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Minor code cleanup
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user