There is now a problem with a logic behind the check for a restart event, leading to some erroneous behavior (i.e. it's currently resuming a countdown if the "time between breaks" value has changed during a setup dialog, regardless of the fact if the countdown itself is enabled or not). Pull request with a possible fix: https://github.com/xfce-mirror/xfce4-time-out-plugin/pull/3
Alexey Ugnichev referenced this bugreport in commit a6b8e157be2c88e9d5576d31c4e5e00eb4d6d7c4 Do not enable countdown when configuration changes (Bug #16118) https://git.xfce.org/panel-plugins/xfce4-time-out-plugin/commit?id=a6b8e157be2c88e9d5576d31c4e5e00eb4d6d7c4
Hi Alexey, thanks for the report and the fix, I just added a couple of braces to make that if more clear and simplified the commit message.
Well done, thanks!