1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Add cachedLogoImage property to fix the logo image not showing up

I'm not sure if I accidentally removed this or what, but this fixes it.
This commit is contained in:
Joshua Goins 2025-02-01 10:51:54 -05:00
parent ea9a9ab4a7
commit cf981597c0

View file

@ -68,6 +68,7 @@ class LauncherCore : public QObject
Q_PROPERTY(Headline *headline READ headline NOTIFY newsChanged)
Q_PROPERTY(Profile *currentProfile READ currentProfile WRITE setCurrentProfile NOTIFY currentProfileChanged)
Q_PROPERTY(Profile *autoLoginProfile READ autoLoginProfile WRITE setAutoLoginProfile NOTIFY autoLoginProfileChanged)
Q_PROPERTY(QString cachedLogoImage READ cachedLogoImage NOTIFY cachedLogoImageChanged)
#ifdef BUILD_SYNC
Q_PROPERTY(SyncManager *syncManager READ syncManager CONSTANT)