summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-12-14 22:49:16 +0100
committertv <tv@krebsco.de>2021-12-14 23:23:28 +0100
commit0f764d9199c9e45e00c6232f97bf535df44dd656 (patch)
tree485c1a150836a8d3a94af300bd277c9b513fc68c
parent8fdd9b3a8ff4836ba718278708c1748ff1fff3ee (diff)
flameshot-once profile: don't check for updates
-rw-r--r--krebs/5pkgs/simple/flameshot-once/profile.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/flameshot-once/profile.nix b/krebs/5pkgs/simple/flameshot-once/profile.nix
index 91628c4f..b1922932 100644
--- a/krebs/5pkgs/simple/flameshot-once/profile.nix
+++ b/krebs/5pkgs/simple/flameshot-once/profile.nix
@@ -165,6 +165,7 @@ let
General = {
buttons = ''@Variant(\0\0\0\x7f\0\0\0\v${toQList "int" cfg.buttons})'';
disabledTrayIcon = cfg.disabledTrayIcon;
+ checkForUpdates = false;
drawThickness = cfg.drawThickness;
filenamePattern = cfg.filenamePattern;
savePath = cfg.savePath;