summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-11-19 17:26:49 +0100
committerAndreas Kling <kling@serenityos.org>2021-11-20 00:25:24 +0100
commit4bd4ce439a30e5274c8e6005ffe41f4211a8d4a3 (patch)
treea8f18ec46942a62dae8f4d592145eda255fed259 /Base/home
parent85e5586a27e5a1b7fa43cd46903a05984c1d3759 (diff)
downloadserenity-4bd4ce439a30e5274c8e6005ffe41f4211a8d4a3.zip
PixelPaint: Allow toggling the active layer boundary display rect
Let the user opt out of painting a rectangle around the currently active layer.
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/.config/PixelPaint.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/home/anon/.config/PixelPaint.ini b/Base/home/anon/.config/PixelPaint.ini
index 7e9e36de45..6c1f32a2e6 100644
--- a/Base/home/anon/.config/PixelPaint.ini
+++ b/Base/home/anon/.config/PixelPaint.ini
@@ -7,3 +7,6 @@ Show=true
[Guides]
Show=true
+
+[ImageEditor]
+ShowActiveLayerBoundary=true