diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-29 11:31:16 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-29 11:31:16 +0100 |
commit | 4d0ce7fb62eaad3a1f705ec3c77744e3ebc96a9e (patch) | |
tree | dbaf156f663de415bbcb9298d45b45d021d23612 /tagit/apps | |
parent | d531555fe3483fac7676aa634f3787e8eab9b67f (diff) | |
download | tagit-4d0ce7fb62eaad3a1f705ec3c77744e3ebc96a9e.tar.gz tagit-4d0ce7fb62eaad3a1f705ec3c77744e3ebc96a9e.tar.bz2 tagit-4d0ce7fb62eaad3a1f705ec3c77744e3ebc96a9e.zip |
session actions port
Diffstat (limited to 'tagit/apps')
-rw-r--r-- | tagit/apps/port-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tagit/apps/port-config.yaml b/tagit/apps/port-config.yaml index 6b0b06d..c4d47dd 100644 --- a/tagit/apps/port-config.yaml +++ b/tagit/apps/port-config.yaml @@ -87,8 +87,8 @@ ui: - AddToGroup # - RepresentGroup # - RemoveFromGroup - # root: - # - CloseSessionAndExit + root: + - LoadSession # search: # - ShowSelected # - RemoveSelected |