1
0
Fork 0
forked from aly/qstbak

muffin v6.34

This commit is contained in:
alydev 2025-10-29 06:40:37 +10:00
parent 7f7dca1cf0
commit a10041e3fd
3 changed files with 59 additions and 3 deletions

View file

@ -37,6 +37,10 @@ internal sealed class Configuration : IPluginConfiguration
public int AutoStepRefreshDelaySeconds { get; set; } = 10;
public bool HideSeasonalEventsFromJournalProgress { get; set; }
public bool ClearPriorityQuestsOnLogout { get; set; }
public bool ClearPriorityQuestsOnCompletion { get; set; }
}
internal sealed class StopConfiguration