Add /tray read on|off command

issue #786
This commit is contained in:
James Booth
2016-05-15 00:55:19 +01:00
parent cf8452d95f
commit d00615beba
6 changed files with 79 additions and 13 deletions

View File

@@ -1188,6 +1188,11 @@ cons_tray_setting(void)
cons_show("Tray icon (/tray) : ON");
else
cons_show("Tray icon (/tray) : OFF");
if (prefs_get_boolean(PREF_TRAY_READ))
cons_show("Tray icon read (/tray) : ON");
else
cons_show("Tray icon read (/tray) : OFF");
}
void