mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Create date and time formats preferences
Now we can actually change them in preferences instead of just deriving them from the language set. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
222ce62bce
commit
f85883c707
6 changed files with 23 additions and 14 deletions
|
@ -44,6 +44,11 @@ struct preferences {
|
|||
const char *default_cylinder;
|
||||
const char *cloud_base_url;
|
||||
const char *cloud_git_url;
|
||||
const char *time_format;
|
||||
const char *date_format;
|
||||
const char *date_format_short;
|
||||
bool time_format_override;
|
||||
bool date_format_override;
|
||||
double font_size;
|
||||
partial_pressure_graphs_t pp_graphs;
|
||||
short mod;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue