diff options
| author | Matthias Baumgartner <dev@igsor.net> | 2023-01-25 16:19:03 +0100 |
|---|---|---|
| committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-25 16:19:03 +0100 |
| commit | 41fdbe254cbfc74896080b9f5820f856067da537 (patch) | |
| tree | b55543ee23d2e372f2c4424cd91a7d6ef421562b /tagit/apps | |
| parent | f6de8a2f568419fd4ea818f3791242f177a87fba (diff) | |
| download | tagit-41fdbe254cbfc74896080b9f5820f856067da537.tar.gz tagit-41fdbe254cbfc74896080b9f5820f856067da537.tar.bz2 tagit-41fdbe254cbfc74896080b9f5820f856067da537.zip | |
tagging ported
Diffstat (limited to 'tagit/apps')
| -rw-r--r-- | tagit/apps/port-config.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tagit/apps/port-config.yaml b/tagit/apps/port-config.yaml index 872ac29..33afbbd 100644 --- a/tagit/apps/port-config.yaml +++ b/tagit/apps/port-config.yaml @@ -37,6 +37,8 @@ ui: - SelectNone - SelectMulti - SelectRange + - AddTag + - EditTag - ShowHelp browser: maxcols: 8 @@ -45,9 +47,9 @@ ui: sidebar_left: - Menu - ShowDashboard - #- AddTag - #- EditTag - AddToken + - AddTag + - EditTag #- CreateGroup #- DissolveGroup - SelectAll @@ -94,9 +96,9 @@ ui: - SelectRange - SelectAdditive - SelectSubtractive - # tagging: - # - AddTag - # - EditTag + tagging: + - AddTag + - EditTag # - SetRank1 # - SetRank3 # - SetRank5 |
