add button to open themes location to settings (#4289)

* add button to open themes location to settings

botton creates directory if it doesn't exist yet
themes path is no longer hardcoded but included in settings
themes now default to None  the default theme is no longer required
themes set to None  will not look for empty directories anymore
this is backwards compatible
users with a nonexistant theme (Default) set will get the new None  theme

* remove default theme from install instructions
This commit is contained in:
ebbit1q
2021-03-21 18:11:34 +01:00
committed by GitHub
parent c5fac2ee35
commit 07ea2d4334
9 changed files with 81 additions and 28 deletions

View File

@@ -100,6 +100,9 @@ void SettingsCache::setDeckPath(const QString &/* _deckPath */)
void SettingsCache::setReplaysPath(const QString &/* _replaysPath */)
{
}
void SettingsCache::setThemesPath(const QString &/* _themesPath */)
{
}
void SettingsCache::setPicsPath(const QString &/* _picsPath */)
{
}