diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-12 17:18:43 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-12 17:18:43 +0100 |
commit | 8f2f697f7ed52b7e1c7a17411b2de526b6490691 (patch) | |
tree | 3a7d1596e5246581dc0f1a1d0efd9d325bfe6b1f /tagit/apps | |
parent | 233d8541c0ddfadd5905ba99acf700eb6462af2b (diff) | |
download | tagit-8f2f697f7ed52b7e1c7a17411b2de526b6490691.tar.gz tagit-8f2f697f7ed52b7e1c7a17411b2de526b6490691.tar.bz2 tagit-8f2f697f7ed52b7e1c7a17411b2de526b6490691.zip |
removed save and sync functionality since they no longer apply
Diffstat (limited to 'tagit/apps')
-rw-r--r-- | tagit/apps/port-config.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tagit/apps/port-config.yaml b/tagit/apps/port-config.yaml index 7ca03ae..501eacd 100644 --- a/tagit/apps/port-config.yaml +++ b/tagit/apps/port-config.yaml @@ -63,8 +63,6 @@ ui: # - SelectAdditive # - SelectSubtractive # session: - # - SaveSession - # - SaveSessionAs # - ItemExport # - ImportObjects # tagging: @@ -93,11 +91,8 @@ ui: # - LoadSession # - ReloadSession # - ImportObjects - # - SaveSession - # - SaveSessionAs # - ItemExport # - UpdateSelectedObjects - # - SyncSelectedObjects # - ShowHelp # - ShowSettings #Hints: {} |