summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media/mediamanager
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-13 17:05:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-13 17:05:45 +0900
commitd706b637457c8b38a9ec5c945d33e08c2514b287 (patch)
tree63268db8daa3cb5013d566d174cff1767e1c5a54 /tdeioslave/media/mediamanager
parente2158a0f0b1957b8b3eef886edbd7c5939bfc805 (diff)
downloadtdebase-d706b637457c8b38a9ec5c945d33e08c2514b287.tar.gz
tdebase-d706b637457c8b38a9ec5c945d33e08c2514b287.zip
Enable back media notification dialogs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/media/mediamanager')
-rw-r--r--tdeioslave/media/mediamanager/tdehardwarebackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/media/mediamanager/tdehardwarebackend.cpp b/tdeioslave/media/mediamanager/tdehardwarebackend.cpp
index 31b8fa3a9..ae9038a02 100644
--- a/tdeioslave/media/mediamanager/tdehardwarebackend.cpp
+++ b/tdeioslave/media/mediamanager/tdehardwarebackend.cpp
@@ -138,7 +138,7 @@ void TDEBackend::AddDevice(TDEStorageDevice * sdevice, bool allowNotification)
bool allowDialogNotification = allowNotification;
TDEConfig config("mediamanagerrc");
config.setGroup("Global");
- if (!config.readBoolEntry("NotificationPopupsEnabled", false)) {
+ if (!config.readBoolEntry("NotificationPopupsEnabled", true)) {
allowDialogNotification = false;
}