namespace InkForge.Desktop.Properties;
public class ApplicationSettings
{
public List<string> History { get; } = [];
}