diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-04-11 13:18:06 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-04-11 13:18:06 -0300 |
| commit | 5b03e4f671f45378de5ebb006f05cf288805aa66 (patch) | |
| tree | 5a8652ac11056305dafff3aeb99088b1724b6f31 /src/strings-default.yaml | |
| parent | 0d054901fc56f68dfcbc587115c73e8edc1d8f05 (diff) | |
content: division list fixes and thingies
- drop unused unfinished slots code for divided flash lsit
- tidy and fix guarding against empty divide-by list
- support underOther list in flash list ("other flashes")
- change condition for using flat list (non-divided)
- used to be if there's nothing to divide by
- now it's if there's nothing divided into any of those
- this goes for divided track list too
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 15bff2e8..daca8347 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -472,6 +472,7 @@ trackList: flashList: underSide: "under {SIDE}:" + underOther: "other flashes:" item: _: "{FLASH}" |