diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-19 12:08:26 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-19 12:08:26 +0300 |
commit | f765b50caed9f2858ddf4e20ba3a6427e4750240 (patch) | |
tree | 0546c4d97d705cf8ceb6e807edfa0b05ab128678 /src/app.c | |
parent | 462e5085392eb78610e9b991ed295f0168a079bb (diff) | |
parent | d2a76230effce8586b7d90beff519e221e744bf7 (diff) |
Merge branch 'dev' into work/typesetter
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -732,6 +732,7 @@ static void init_App_(iApp *d, int argc, char **argv) { | |||
732 | setupApplication_iOS(); | 732 | setupApplication_iOS(); |
733 | #endif | 733 | #endif |
734 | init_Keys(); | 734 | init_Keys(); |
735 | setThemePalette_Color(d->prefs.theme); /* default UI colors */ | ||
735 | loadPrefs_App_(d); | 736 | loadPrefs_App_(d); |
736 | load_Keys(dataDir_App_()); | 737 | load_Keys(dataDir_App_()); |
737 | d->window = new_Window(d->initialWindowRect); | 738 | d->window = new_Window(d->initialWindowRect); |