MainWindow: Add WeightBreakdownButton

This commit is contained in:
2024-04-30 23:34:31 +02:00
parent 8bf8362480
commit 2a4e8d69d0
8 changed files with 119 additions and 3 deletions

@ -9,7 +9,7 @@ namespace Elwig.Helpers {
public static class AppDbUpdater {
// Don't forget to update value in Tests/fetch-resources.bat!
public static readonly int RequiredSchemaVersion = 18;
public static readonly int RequiredSchemaVersion = 19;
private static int VersionOffset = 0;