From d706b637457c8b38a9ec5c945d33e08c2514b287 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Feb 2021 17:05:45 +0900 Subject: [PATCH] Enable back media notification dialogs. Signed-off-by: Michele Calgaro --- tdeioslave/media/mediamanager/tdehardwarebackend.cpp | 2 +- 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 @@ kcfg_NotificationPopupsEnabled - Enable notification popups + Enable notification dialog popups - Deselect this if you do not want action request popups to be generated when devices are plugged in. + Deselect this if you do not want action request dialog popups to be generated when devices are plugged in.