Change the filters path to not be hardcoded anymore.

This commit is contained in:
Lukas Brübach 2025-03-07 15:05:31 +01:00
parent f326f74b5e
commit c9f95e1df1
9 changed files with 67 additions and 30 deletions

View file

@ -110,6 +110,9 @@ void SettingsCache::setSeenTips(const QList<int> & /* _seenTips */)
void SettingsCache::setDeckPath(const QString & /* _deckPath */)
{
}
void SettingsCache::setFiltersPath(const QString & /*_filtersPath */)
{
}
void SettingsCache::setReplaysPath(const QString & /* _replaysPath */)
{
}