aboutsummaryrefslogtreecommitdiff
path: root/deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp')
-rw-r--r--deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp b/deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp
deleted file mode 100644
index 482b042a1ff1..000000000000
--- a/deskutils/syncthingtray/files/patch-plasmoid-lib-syncthingapplet.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../syncthingtray/plasmoid/lib/syncthingapplet.cpp.orig 2021-07-15 09:55:51.079368000 -0400
-+++ ../syncthingtray/plasmoid/lib/syncthingapplet.cpp 2021-07-15 09:56:54.332702000 -0400
-@@ -226,7 +226,7 @@
- const auto systemdConsideredForReconnect
- = settings.systemd.apply(m_connection, currentConnectionConfig(), reconnectRequired).consideredForReconnect;
- #else
-- const auto systemdRelevantForReconnect = false;
-+ const auto systemdConsideredForReconnect = false;
- #endif
- if (!systemdConsideredForReconnect && (reconnectRequired || !m_connection.isConnected())) {
- m_connection.reconnect();