From 0de55ef26258c0e84d3537c1eecd82777f403d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Wilczy=C5=84ski?= Date: Fri, 29 Aug 2025 15:57:27 +0200 Subject: [PATCH] chore(gui): use step of 3600 for versions cleanup interval (#10317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, the input field has no step defined, meaning that it can be increased with the arrow keys by the default value of "1". Considering the fact that the default value is "3600" (seconds or one hour), it is unlikely that the user wants to change it with such minimal steps. For this reason, change the default step to "3600" (one hour). If the user needs more granual control, they can still input the value in seconds manually. Signed-off-by: Tomasz Wilczyński Signed-off-by: Tomasz Wilczyński --- gui/default/syncthing/folder/editFolderModalView.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/default/syncthing/folder/editFolderModalView.html b/gui/default/syncthing/folder/editFolderModalView.html index 5930b8f05..09643c887 100644 --- a/gui/default/syncthing/folder/editFolderModalView.html +++ b/gui/default/syncthing/folder/editFolderModalView.html @@ -146,7 +146,7 @@
- +
seconds