From 3741847971af572ca0eb21c077370016fd0765ad Mon Sep 17 00:00:00 2001 From: El Thoro Date: Sun, 22 Jun 2025 19:22:58 +0200 Subject: [PATCH] Add the new size settings (#4011) into flameshot.example.ini (#4021) --- flameshot.example.ini | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/flameshot.example.ini b/flameshot.example.ini index 840afea0..e84b3a15 100644 --- a/flameshot.example.ini +++ b/flameshot.example.ini @@ -63,8 +63,23 @@ ;; Allow multiple instances of `flameshot gui` to run at the same time ;allowMultipleGuiInstances=false ; -;; Last used tool thickness (int) -;drawThickness=1 +;; Last used tool thickness; same thickness shared by Pencil, Line, Arrow, Rectangular Selection, Circle (int) +;drawThickness=3 +; +;; Last used font size (int) +;drawFontSize=8 +; +;; Last used Circle Counter size (int) +;drawCircleCounterSize=1 +; +;; Last used Pixelate pixel size (int) +;drawPixelateSize=2 +; +;; Last used size for Rectangle rounded corners (int) +;drawRectangleSize=1 +; +;; Last used Marker size (int) +;drawMarkerSize=5 ; ;; Keep the App Launcher open after selecting an app (bool) ;keepOpenAppLauncher=false