diff options
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 |
