From c1db8b26808209c9caf374750a899036eda38b20 Mon Sep 17 00:00:00 2001 From: Ruslan Yevdokymov <38809160+ruslanye@users.noreply.github.com> Date: Tue, 19 Nov 2019 22:05:41 +0100 Subject: [PATCH] gui: Add upgrade confirmation dialog (fixes #5887) (#6167) --- gui/default/index.html | 3 ++- .../syncthing/core/syncthingController.js | 1 + .../syncthing/core/upgradeModalView.html | 18 ++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 gui/default/syncthing/core/upgradeModalView.html diff --git a/gui/default/index.html b/gui/default/index.html index 6737a628e..329642b9f 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -42,7 +42,7 @@