From b1d2143f663ad4ba2f08fb2b4bba39ce12b89379 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 14 Jul 2013 19:40:05 +0200 Subject: [PATCH] added comment --- Mailnag/plugins/soundplugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mailnag/plugins/soundplugin.py b/Mailnag/plugins/soundplugin.py index 7981d1f..342a2a7 100644 --- a/Mailnag/plugins/soundplugin.py +++ b/Mailnag/plugins/soundplugin.py @@ -81,6 +81,8 @@ class SoundPlugin(Plugin): def get_config_ui(self): + # TODO : Add ui to specify the path + # of a custom sound file. return None