mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 11:06:21 +00:00
Fix output for tray timer setting
This commit is contained in:
@@ -1195,7 +1195,11 @@ cons_tray_setting(void)
|
||||
cons_show("Tray icon read (/tray) : OFF");
|
||||
|
||||
int seconds = prefs_get_tray_timer();
|
||||
cons_show("Tray timer (/tray) : %d seconds", seconds);
|
||||
if (seconds == 1) {
|
||||
cons_show("Tray timer (/tray) : 1 second");
|
||||
} else {
|
||||
cons_show("Tray timer (/tray) : %d seconds", seconds);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user