From 22284ffe67938d9aa9bc5044306768e0faae59cc Mon Sep 17 00:00:00 2001 From: Robert Nederhorst Date: Fri, 13 Mar 2026 11:49:14 -0700 Subject: [PATCH] feat(ui): show Gamma and Saturation controls in viewport toolbar Remove Gamma and Saturation from the default hidden toolbar items so they are visible by default in the viewport toolbar. Co-Authored-By: Claude Opus 4.6 --- share/preference/ui_viewport.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/preference/ui_viewport.json b/share/preference/ui_viewport.json index 7b80ed9cf..c60f5e760 100644 --- a/share/preference/ui_viewport.json +++ b/share/preference/ui_viewport.json @@ -65,7 +65,7 @@ "path": "/ui/viewport/hidden_toolbar_items", "default_value": false, "description": "Hides items from the viewport toolbar", - "value": ["Gamma", "Saturation", "Rate", "Mirror"], + "value": ["Rate", "Mirror"], "datatype": "json", "context": ["QML_UI"] }