From a806290e35706a16ac917d8fd6c29a2f0fbcdffc Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 7 Mar 2021 13:51:12 +0200 Subject: App: Fetch remote bookmarks after init finished --- src/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app.c') diff --git a/src/app.c b/src/app.c index f4d04145..2acc05d3 100644 --- a/src/app.c +++ b/src/app.c @@ -634,7 +634,6 @@ static void init_App_(iApp *d, int argc, char **argv) { collectNewCStr_String("Getting Started"), collectNewCStr_String("remotesource"), 0x1f306); - fetchRemote_Bookmarks(d->bookmarks); } init_Feeds(dataDir_App_()); /* Widget state init. */ @@ -662,6 +661,7 @@ static void init_App_(iApp *d, int argc, char **argv) { } iRelease(openCmds); } + fetchRemote_Bookmarks(d->bookmarks); } static void deinit_App(iApp *d) { -- cgit v1.2.3