Merge branch 'main' of https://git.azuze.fr/kawa/SharepointToolbox-Web
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user