summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--options/bundle.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/options/bundle.cpp b/options/bundle.cpp
index 43f4a8e3..4d44521f 100644
--- a/options/bundle.cpp
+++ b/options/bundle.cpp
@@ -119,8 +119,7 @@ bool bundle::is_modified() const
for (const auto& kv : saved.kvs)
{
- const QVariant other = transient.get<QVariant>(kv.first);
- if (!transient.contains(kv.first) || !is_equal(kv.first, kv.second, other))
+ if (!transient.contains(kv.first))
{
//if (logspam)
// qDebug() << "bundle" << group_name << "modified" << "key" << kv.first << "-" << other << "<>" << kv.second;