diff options
-rw-r--r-- | src/redshift.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c index f4c2d65..e0221d5 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -723,6 +723,7 @@ run_continual_mode(const location_provider_t *provider, scheme, transition_prog, &target_interp); if (disabled) { + period = PERIOD_NONE; color_setting_reset(&target_interp); } |