From 7eb5627e07a9523ab2eddbf746de86ad5edf99a8 Mon Sep 17 00:00:00 2001 From: Henri Peurasaari Date: Fri, 2 May 2025 11:53:57 +0000 Subject: [PATCH] Include showStartupLaunchMessage in example ini file (#3452) --- flameshot.example.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flameshot.example.ini b/flameshot.example.ini index 2717479d..189f41f0 100644 --- a/flameshot.example.ini +++ b/flameshot.example.ini @@ -66,6 +66,9 @@ ;; Launch at startup (bool) ;startupLaunch=true ; +;; Show greeting message on startup (bool) +;showStartupLaunchMessage=true +; ;; Opacity of area outside selection (int in range 0-255) ;contrastOpacity=190 ;