theme: add signal "bell,off" to "terminology/tabbar_back"

This commit is contained in:
Boris Faure 2020-01-19 16:48:21 +01:00
parent 71fd62217c
commit e9db34eacb
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
3 changed files with 10 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Terminology 1.7.0
Changes since 1.6.0:
--------------------
* In group "terminology/tabbar_back", add signal "bell,off" from "terminology"
to unmark a tab as having missed the bell.
Changes since 1.5.0:
--------------------

View File

@ -105,7 +105,9 @@ When clicked on it, to notify that the user wants to go to that tab.
## Signal received
### `bell`
To mark the tab as having received a bell.
To mark the tab as having missed a bell.
### `bell,off`
To unmark the tab as having missed a bell.

View File

@ -2430,6 +2430,11 @@ collections {
action: STATE_SET "bell" 0.0;
target: "terminology.title";
}
program { name: "bell,off";
signal: "bell,off"; source: "terminology";
action: STATE_SET "default" 0.0;
target: "terminology.title";
}
}
}