diff --git a/Core/Main/PTMagic.cs b/Core/Main/PTMagic.cs index f08ee52..b2cca6f 100644 --- a/Core/Main/PTMagic.cs +++ b/Core/Main/PTMagic.cs @@ -560,6 +560,7 @@ namespace Core.Main SettingsFiles.CheckPresets(this.PTMagicConfiguration, this.Log, true); EnforceSettingsReapply = true; + this.StartPTMagicIntervalTimer(); return result; @@ -798,7 +799,9 @@ namespace Core.Main this.RunCount++; bool headerLinesAdded = false; - this.EnforceSettingsReapply = this.HaveSettingsChanged(); + + // Force update from preset files with every run + this.EnforceSettingsReapply = true; // = this.HaveSettingsChanged(); if (PTMagicConfiguration.GeneralSettings.Application.IsEnabled) {