mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Rename YACReaderLibrary json theme sections to be more user friendly
This commit is contained in:
@ -40,9 +40,9 @@ void SeriesQuestion::setYes(bool y)
|
||||
|
||||
void SeriesQuestion::applyTheme(const Theme &theme)
|
||||
{
|
||||
auto comicVineTheme = theme.comicVine;
|
||||
auto metadataScraperDialogTheme = theme.metadataScraperDialog;
|
||||
|
||||
questionLabel->setStyleSheet(comicVineTheme.defaultLabelQSS);
|
||||
yes->setStyleSheet(comicVineTheme.radioButtonQSS);
|
||||
no->setStyleSheet(comicVineTheme.radioButtonQSS);
|
||||
questionLabel->setStyleSheet(metadataScraperDialogTheme.defaultLabelQSS);
|
||||
yes->setStyleSheet(metadataScraperDialogTheme.radioButtonQSS);
|
||||
no->setStyleSheet(metadataScraperDialogTheme.radioButtonQSS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user