This commit is contained in:
2026-06-02 17:39:58 +02:00
36 changed files with 2520 additions and 463 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ namespace SharepointToolbox.Web.Core.Models;
public class AppSettings
{
public string DataFolder { get; set; } = string.Empty;
public string Lang { get; set; } = "en";
public bool AutoTakeOwnership { get; set; } = false;
public string Lang { get; set; } = "fr";
public bool AutoTakeOwnership { get; set; } = true;
public string Theme { get; set; } = "System";
/// <summary>MSP logo shown top-left on exported reports. Null = none.</summary>