Minor fixes

This commit is contained in:
Arkadiusz Fal
2022-11-17 22:49:08 +01:00
parent fa15a18374
commit 3b01fe34c3
3 changed files with 17 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ struct URLBookmarkModel {
}
func refreshAll() {
logger.info("refreshing all bookamrks")
logger.info("refreshing all bookmarks")
allURLs.forEach { url in
if loadBookmark(url) != nil {