mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
Typo.
Took 2 minutes
This commit is contained in:
parent
c3ebaefd85
commit
3ea298bfef
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ void ThemeManager::applyStyleAndPalette(const QString &themeName,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vvoid ThemeManager::themeChangedSlot()
|
void ThemeManager::themeChangedSlot()
|
||||||
{
|
{
|
||||||
const QString themeName = SettingsCache::instance().getThemeName();
|
const QString themeName = SettingsCache::instance().getThemeName();
|
||||||
const QString dirPath = getAvailableThemes().value(themeName); // system path
|
const QString dirPath = getAvailableThemes().value(themeName); // system path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue