Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template: apply splay value on change_mode script #14749

Merged
merged 2 commits into from
Sep 30, 2022

Commits on Sep 29, 2022

  1. template: apply splay value on change_mode script

    Previously, the splay timeout was only applied if a template re-render
    caused a restart or a signal action. The `change_mode = "script"` was
    running after the `if restart || len(signals) != 0` check, so it was
    invoked at all times.
    
    This change refactors the logic so it's easier to notice that new
    `change_mode` options should start only after `splay` is applied.
    lgfa29 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9d88839 View commit details
    Browse the repository at this point in the history
  2. changelog: add entry for #14749

    lgfa29 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a33f096 View commit details
    Browse the repository at this point in the history