ozbek / al-muazzin

Azon programmasi
GNU Lesser General Public License v2.1
20 stars 10 forks source link

How to change default notification value? #6

Open HOumoumen opened 8 years ago

HOumoumen commented 8 years ago

how i can do the default value for notification is Athan not none or Default ??

ozbek commented 8 years ago

That is not straightforward at this moment: you will have to change fallback value from NOTIFICATION_DEFAULT to NOTIFICATION_PLAY.

To make that more intuitive, need to rename NOTIFICATION_DEFAULT with something else (e.g., NOTIFICATION_BEEP) and set NOTIFICATION_DEFAULT to have NOTIFICATION_PLAY (NOTIFICATION_BEEP or whatever you may want to use as a default).