mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 07:46:21 +00:00
use custom format string for time preference
This commit is contained in:
@@ -727,7 +727,7 @@ _get_default_string(preference_t pref)
|
||||
case PREF_ROSTER_BY:
|
||||
return "none";
|
||||
case PREF_TIME:
|
||||
return "seconds";
|
||||
return "%H:%M:%S";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user