Configuration

This commit is contained in:
Jöran Malek 2024-02-11 02:39:36 +01:00
parent f703567aed
commit 6a9c9e006c
8 changed files with 72 additions and 20 deletions

View file

@ -0,0 +1,6 @@
namespace InkForge.Common.Properties;
public class ApplicationSettings
{
public List<string> History { get; } = [];
}