Add option to omit alerts when marked as being away

This commit is contained in:
Berke Viktor
2012-10-13 12:38:01 +02:00
parent 0ec02c13c7
commit b67b223c26
6 changed files with 21 additions and 16 deletions

View File

@@ -587,7 +587,7 @@ fe_set_hilight (struct session *sess)
if (sess->gui->is_tab)
fe_set_tab_color (sess, 3); /* set tab to blue */
if (prefs.input_flash_hilight)
if (prefs.input_flash_hilight && !prefs.away_omit_alerts)
fe_flash_window (sess); /* taskbar flash */
}