Save configuration and allow custom script to execute when timer ends
This commit is contained in:
parent
8585f5741f
commit
da32449075
6 changed files with 24879 additions and 19 deletions
|
@ -19,6 +19,7 @@ export global State {
|
|||
in-out property <CountdownStatus> countdown-status;
|
||||
in-out property <int> current-session;
|
||||
in-out property <int> max-session-count;
|
||||
in-out property <string> timer-ending-script;
|
||||
|
||||
callback config-changed();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue