dev: updater

This commit is contained in:
2026-03-10 15:04:27 +01:00
parent f2e4addbb0
commit f065f58f71
15 changed files with 825 additions and 173 deletions

View File

@@ -34,5 +34,17 @@ namespace CarManagerV3.Properties {
this["DataLocation"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AllowPrerelease {
get {
return ((bool)(this["AllowPrerelease"]));
}
set {
this["AllowPrerelease"] = value;
}
}
}
}

View File

@@ -5,5 +5,8 @@
<Setting Name="DataLocation" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="AllowPrerelease" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>