Skip to content

Commit 3741847

Browse files
authored
Add the new size settings (flameshot-org#4011) into flameshot.example.ini (flameshot-org#4021)
1 parent cb3547e commit 3741847

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

flameshot.example.ini

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,23 @@
6363
;; Allow multiple instances of `flameshot gui` to run at the same time
6464
;allowMultipleGuiInstances=false
6565
;
66-
;; Last used tool thickness (int)
67-
;drawThickness=1
66+
;; Last used tool thickness; same thickness shared by Pencil, Line, Arrow, Rectangular Selection, Circle (int)
67+
;drawThickness=3
68+
;
69+
;; Last used font size (int)
70+
;drawFontSize=8
71+
;
72+
;; Last used Circle Counter size (int)
73+
;drawCircleCounterSize=1
74+
;
75+
;; Last used Pixelate pixel size (int)
76+
;drawPixelateSize=2
77+
;
78+
;; Last used size for Rectangle rounded corners (int)
79+
;drawRectangleSize=1
80+
;
81+
;; Last used Marker size (int)
82+
;drawMarkerSize=5
6883
;
6984
;; Keep the App Launcher open after selecting an app (bool)
7085
;keepOpenAppLauncher=false

0 commit comments

Comments
 (0)