Browse Source

Add Settings version property

pull/5/head^2
Ionite 1 year ago
parent
commit
5ebb929cb8
No known key found for this signature in database
  1. 1
      StabilityMatrix/Models/Settings.cs

1
StabilityMatrix/Models/Settings.cs

@ -10,6 +10,7 @@ namespace StabilityMatrix.Models;
public class Settings public class Settings
{ {
public int? Version { get; set; } = 1;
public bool FirstLaunchSetupComplete { get; set; } public bool FirstLaunchSetupComplete { get; set; }
public string? Theme { get; set; } public string? Theme { get; set; }
public WindowBackdropType? WindowBackdropType { get; set; } public WindowBackdropType? WindowBackdropType { get; set; }

Loading…
Cancel
Save