flameshot-once profile: +showSidePanelButton
This commit is contained in:
parent
0dc6bc199a
commit
329aadc66b
@ -124,6 +124,10 @@ let
|
|||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
};
|
};
|
||||||
|
showSidePanelButton = mkOption {
|
||||||
|
default = false;
|
||||||
|
type = types.bool;
|
||||||
|
};
|
||||||
timeout = mkOption {
|
timeout = mkOption {
|
||||||
default = 200;
|
default = 200;
|
||||||
description = ''
|
description = ''
|
||||||
@ -176,6 +180,7 @@ let
|
|||||||
savePath = cfg.savePath;
|
savePath = cfg.savePath;
|
||||||
showDesktopNotification = cfg.showDesktopNotification;
|
showDesktopNotification = cfg.showDesktopNotification;
|
||||||
showHelp = cfg.showHelp;
|
showHelp = cfg.showHelp;
|
||||||
|
showSidePanelButton = cfg.showSidePanelButton;
|
||||||
};
|
};
|
||||||
Shortcuts = {
|
Shortcuts = {
|
||||||
TYPE_COPY = "Return";
|
TYPE_COPY = "Return";
|
||||||
|
Loading…
Reference in New Issue
Block a user