Skip to content

Commit 5f75661

Browse files
local changes reverted
1 parent 4083e2d commit 5f75661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLiteWinUI/SQLiteWinUI/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static SchedulerDatabase Database
4343
{
4444
if (database == null)
4545
{
46-
database = new SchedulerDatabase(System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "WPFSchedulerDatabase5.db3"));
46+
database = new SchedulerDatabase(System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "WPFSchedulerDatabase.db3"));
4747
}
4848
return database;
4949
}

0 commit comments

Comments
 (0)