Revert "refactor: remove news feed"

This reverts commit 361ce7818ec8891e9a35bdfac4cdea77a0b6a949.
This commit is contained in:
dada513
2022-02-10 12:55:07 +01:00
parent 00e12b776b
commit f8ca6b4867
8 changed files with 489 additions and 0 deletions

View File

@ -181,6 +181,15 @@ set(NOTIFICATIONS_SOURCES
notifications/NotificationChecker.cpp
)
# Backend for the news bar... there's usually no news.
set(NEWS_SOURCES
# News System
news/NewsChecker.h
news/NewsChecker.cpp
news/NewsEntry.h
news/NewsEntry.cpp
)
# Icon interface
set(ICONS_SOURCES
# Icons System and related code