diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-13 17:05:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-13 17:05:45 +0900 |
commit | d706b637457c8b38a9ec5c945d33e08c2514b287 (patch) | |
tree | 63268db8daa3cb5013d566d174cff1767e1c5a54 | |
parent | e2158a0f0b1957b8b3eef886edbd7c5939bfc805 (diff) | |
download | tdebase-d706b637457c8b38a9ec5c945d33e08c2514b287.tar.gz tdebase-d706b637457c8b38a9ec5c945d33e08c2514b287.zip |
Enable back media notification dialogs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | tdeioslave/media/mediamanager/tdehardwarebackend.cpp | 2 | ||||
-rw-r--r-- | tdeioslave/media/tdecmodule/managermoduleview.ui | 4 |
2 files changed, 3 insertions, 3 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; } diff --git a/tdeioslave/media/tdecmodule/managermoduleview.ui b/tdeioslave/media/tdecmodule/managermoduleview.ui index febef70f7..535adffa9 100644 --- a/tdeioslave/media/tdecmodule/managermoduleview.ui +++ b/tdeioslave/media/tdecmodule/managermoduleview.ui @@ -57,10 +57,10 @@ <cstring>kcfg_NotificationPopupsEnabled</cstring> </property> <property name="text"> - <string>Enable notification popups</string> + <string>Enable notification dialog popups</string> </property> <property name="whatsThis" stdset="0"> - <string>Deselect this if you do not want action request popups to be generated when devices are plugged in.</string> + <string>Deselect this if you do not want action request dialog popups to be generated when devices are plugged in.</string> </property> </widget> <widget class="TQGroupBox"> |