diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 21:01:51 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 21:01:51 +0200 |
| commit | 33e61b16363a67a989acce1d3ca375637316b1df (patch) | |
| tree | 56c140aba25e6cb677e2ed0b7f6bed4ba8b5cb40 /app | |
| parent | 3b807ac5a02b9c778661c280a348f73d61c821ba (diff) | |
| download | turns-33e61b16363a67a989acce1d3ca375637316b1df.tar.xz turns-33e61b16363a67a989acce1d3ca375637316b1df.zip | |
app: add skip-defeated preference
Diffstat (limited to 'app')
| -rw-r--r-- | app/ch.arknet.Turns.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/ch.arknet.Turns.gschema.xml b/app/ch.arknet.Turns.gschema.xml index bffe837..d764608 100644 --- a/app/ch.arknet.Turns.gschema.xml +++ b/app/ch.arknet.Turns.gschema.xml @@ -16,5 +16,10 @@ <summary>Secret Disposition Color</summary> <description>The color used to shade secret participants.</description> </key> + <key name="skip-defeated" type="b"> + <default>false</default> + <summary>Skip Defeated Participants</summary> + <description>Whether or not defeated participants shall be skipped while stepping through the turn order.</description> + </key> </schema> </schemalist>
\ No newline at end of file |
