From 329aadc66be829dd44d537c2a731481ed631074e Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 14 Dec 2021 22:52:34 +0100 Subject: flameshot-once profile: +showSidePanelButton --- krebs/5pkgs/simple/flameshot-once/profile.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/krebs/5pkgs/simple/flameshot-once/profile.nix b/krebs/5pkgs/simple/flameshot-once/profile.nix index 8b54f1bc..618b5035 100644 --- a/krebs/5pkgs/simple/flameshot-once/profile.nix +++ b/krebs/5pkgs/simple/flameshot-once/profile.nix @@ -124,6 +124,10 @@ let default = false; type = types.bool; }; + showSidePanelButton = mkOption { + default = false; + type = types.bool; + }; timeout = mkOption { default = 200; description = '' @@ -176,6 +180,7 @@ let savePath = cfg.savePath; showDesktopNotification = cfg.showDesktopNotification; showHelp = cfg.showHelp; + showSidePanelButton = cfg.showSidePanelButton; }; Shortcuts = { TYPE_COPY = "Return"; -- cgit v1.2.3