Update ApplicationConfig.cs

This commit is contained in:
Jaex 2024-03-05 05:28:09 +03:00
parent aa51696d72
commit 36c38c5cc2

View file

@ -147,7 +147,7 @@ public ApplicationConfig()
public bool HistoryCheckURL = false;
public RecentTask[] RecentTasks = null;
public bool RecentTasksSave = true;
public bool RecentTasksSave = false;
public int RecentTasksMaxCount = 10;
public bool RecentTasksShowInMainWindow = true;
public bool RecentTasksShowInTrayMenu = true;