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/bookmarks.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bookmarks.c') diff --git a/src/bookmarks.c b/src/bookmarks.c index 91280f3c..cf29fc69 100644 --- a/src/bookmarks.c +++ b/src/bookmarks.c @@ -167,7 +167,6 @@ void load_Bookmarks(iBookmarks *d, const char *dirPath) { } } iRelease(f); - fetchRemote_Bookmarks(d); } void save_Bookmarks(const iBookmarks *d, const char *dirPath) { -- cgit v1.2.3