mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 21:36:21 +00:00
Merge remote-tracking branch 'jubalh/jub'
This commit is contained in:
@@ -1170,18 +1170,7 @@ cons_show_ui_prefs(void)
|
||||
void
|
||||
cons_notify_setting(void)
|
||||
{
|
||||
gboolean notify_enabled = FALSE;
|
||||
#ifdef HAVE_OSXNOTIFY
|
||||
notify_enabled = TRUE;
|
||||
#endif
|
||||
#ifdef HAVE_LIBNOTIFY
|
||||
notify_enabled = TRUE;
|
||||
#endif
|
||||
#ifdef PLATFORM_CYGWIN
|
||||
notify_enabled = TRUE;
|
||||
#endif
|
||||
|
||||
if (notify_enabled) {
|
||||
if (is_notify_enabled()) {
|
||||
if (prefs_get_boolean(PREF_NOTIFY_MESSAGE))
|
||||
cons_show("Messages (/notify message) : ON");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user