Save configuration and allow custom script to execute when timer ends

This commit is contained in:
Vyn 2024-10-17 14:04:47 +02:00
parent 8585f5741f
commit da32449075
6 changed files with 24879 additions and 19 deletions

View file

@ -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();
}