mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use correct path for database.
This commit is contained in:
@@ -41,13 +41,11 @@ namespace DiscImageChef.Gui.Dialogs
|
||||
{
|
||||
public class dlgStatistics : Dialog
|
||||
{
|
||||
DicContext ctx;
|
||||
|
||||
public dlgStatistics()
|
||||
{
|
||||
XamlReader.Load(this);
|
||||
|
||||
ctx = new DicContext();
|
||||
DicContext ctx = DicContext.Create(Settings.Settings.DbPath);
|
||||
|
||||
if(ctx.Commands.Any())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user