save on logout & logout on close

This commit is contained in:
2024-06-13 21:43:15 +02:00
parent 089d6b466f
commit a17a21b12c
3 changed files with 9 additions and 0 deletions

View File

@@ -256,4 +256,10 @@ public class JsonFileDataProvider : IDataProvider
}
return false;
}
public bool SaveDatabase()
{
SaveFile();
return true;
}
}