From 54882a015e4ea880fb817f013609a3f8411db725 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 18 May 2021 14:58:58 +0300 Subject: App: Fixed init of UI palette on first run IssueID #275 --- src/app.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.c') diff --git a/src/app.c b/src/app.c index 27ce93ce..526c7752 100644 --- a/src/app.c +++ b/src/app.c @@ -732,6 +732,7 @@ static void init_App_(iApp *d, int argc, char **argv) { setupApplication_iOS(); #endif init_Keys(); + setThemePalette_Color(d->prefs.theme); /* default UI colors */ loadPrefs_App_(d); load_Keys(dataDir_App_()); d->window = new_Window(d->initialWindowRect); -- cgit v1.2.3