diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-17 23:37:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-17 23:37:10 +0900 |
commit | 434983acd9472d7c55e94ade7855917080b97144 (patch) | |
tree | 7bf1d766ab7c8d606c94c7e152ee84904c5c9e80 /tdeioslave/media/libmediacommon | |
parent | 5d9c67399944e7ee9584b1844533e8a0bf6cc66e (diff) | |
download | tdebase-434983acd9472d7c55e94ade7855917080b97144.tar.gz tdebase-434983acd9472d7c55e94ade7855917080b97144.zip |
Added option to enable/disable Device Monitor notification panels when
disks are added/removed/changed status.
Minor tweak to menu entry in Device Monitor popup menu.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/media/libmediacommon')
-rw-r--r-- | tdeioslave/media/libmediacommon/mediamanagersettings.kcfg | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tdeioslave/media/libmediacommon/mediamanagersettings.kcfg b/tdeioslave/media/libmediacommon/mediamanagersettings.kcfg index 32725c1bb..35af31484 100644 --- a/tdeioslave/media/libmediacommon/mediamanagersettings.kcfg +++ b/tdeioslave/media/libmediacommon/mediamanagersettings.kcfg @@ -25,8 +25,13 @@ <default>true</default> </entry> <entry name="NotificationPopupsEnabled" type="Bool"> - <label>Enable notification popups</label> - <whatsthis>Deselect this if you do not want action request popups to be generated when devices are plugged in.</whatsthis> + <label>Enable notification dialogs popups</label> + <whatsthis>Deselect this if you do not want action request dialog popups to be generated when devices are plugged in.</whatsthis> + <default>true</default> + </entry> + <entry name="DeviceMonitorPopupsEnabled" type="Bool"> + <label>Enable device monitor notification popups</label> + <whatsthis>Deselect this if you do not want device monitoring popups to be generated when devices are added, modified or removed.</whatsthis> <default>true</default> </entry> </group> |