diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-07 15:53:20 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-07 15:53:20 +0100 |
commit | 6b6495b8f5b3bfd8fbd4caf56a44424df070e813 (patch) | |
tree | be561be3cc9d0deb4f0d23651ac69bdc390d011a /tagit/config | |
parent | 74ea37edd18c55c6b0ba66405149530d0a5d5153 (diff) | |
download | tagit-6b6495b8f5b3bfd8fbd4caf56a44424df070e813.tar.gz tagit-6b6495b8f5b3bfd8fbd4caf56a44424df070e813.tar.bz2 tagit-6b6495b8f5b3bfd8fbd4caf56a44424df070e813.zip |
removed tabs
Diffstat (limited to 'tagit/config')
-rw-r--r-- | tagit/config/port-config.yaml | 5 | ||||
-rw-r--r-- | tagit/config/user-defaults.json | 3 | ||||
-rw-r--r-- | tagit/config/user-defaults.yaml | 2 |
3 files changed, 3 insertions, 7 deletions
diff --git a/tagit/config/port-config.yaml b/tagit/config/port-config.yaml index 038dc07..d05a498 100644 --- a/tagit/config/port-config.yaml +++ b/tagit/config/port-config.yaml @@ -83,8 +83,9 @@ ui: - author - camera - attributes - tabs: - max: 2 + # FIXME: mb/port/tabs + #tabs: + # max: 2 tiledocks: dashboard: {} #Buttons: diff --git a/tagit/config/user-defaults.json b/tagit/config/user-defaults.json index b76ef2b..5a39311 100644 --- a/tagit/config/user-defaults.json +++ b/tagit/config/user-defaults.json @@ -39,9 +39,6 @@ "SelectRange" ] }, - "tabs": { - "max": 2 - }, "tiledocks": { "dashboard": { "Buttons": { diff --git a/tagit/config/user-defaults.yaml b/tagit/config/user-defaults.yaml index b7a70c4..62b8ed6 100644 --- a/tagit/config/user-defaults.yaml +++ b/tagit/config/user-defaults.yaml @@ -81,8 +81,6 @@ ui: - author - camera - attributes - tabs: - max: 2 tiledocks: dashboard: Buttons: |