Home tab.

Took 2 hours 41 minutes
This commit is contained in:
Lukas Brübach 2025-09-10 23:48:02 +02:00
parent aaa2c05b87
commit 62a01a6ee8
14 changed files with 254 additions and 132 deletions

View file

@ -136,6 +136,12 @@ void SettingsCache::setTokenDatabasePath(const QString & /* _tokenDatabasePath *
void SettingsCache::setThemeName(const QString & /* _themeName */)
{
}
void SettingsCache::setHomeTabBackgroundSource(const QString & /* _backgroundSource */)
{
}
void SettingsCache::setHomeTabBackgroundShuffleFrequency(int /* frequency */)
{
}
void SettingsCache::setTabVisualDeckStorageOpen(bool /*value*/)
{
}