mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +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:
parent
ea9a9ab4a7
commit
cf981597c0
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue