Add initial PCP.

This commit is contained in:
Ottermandias 2025-08-22 15:44:33 +02:00
parent b7f326e29c
commit e3b7f72893
11 changed files with 338 additions and 27 deletions

View file

@ -88,6 +88,7 @@ public class Configuration : IPluginConfiguration, ISavable, IService
public bool OpenFoldersByDefault { get; set; } = false;
public int SingleGroupRadioMax { get; set; } = 2;
public string DefaultImportFolder { get; set; } = string.Empty;
public string PcpFolderName { get; set; } = "PCP";
public string QuickMoveFolder1 { get; set; } = string.Empty;
public string QuickMoveFolder2 { get; set; } = string.Empty;
public string QuickMoveFolder3 { get; set; } = string.Empty;