syncthing: have tray wait in submodule (#6617)

Add --wait flag to tray to avoid loading before bar.
This commit is contained in:
Jdogzz
2025-03-13 11:28:47 -07:00
committed by GitHub
parent 1b0efe3d33
commit 5d51162862

View File

@@ -608,8 +608,8 @@ in {
command = mkOption {
type = str;
default = "syncthingtray";
defaultText = literalExpression "syncthingtray";
default = "syncthingtray --wait";
defaultText = literalExpression "syncthingtray --wait";
example = literalExpression "qsyncthingtray";
description = "Syncthing tray command to use.";
};