MCPcopy Create free account
hub / github.com/YACReader/yacreader / updateConfig

Method updateConfig

YACReader/viewer.cpp:1696–1703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694}
1695
1696void Viewer::updateConfig(QSettings *settings)
1697{
1698 goToFlow->updateConfig(settings);
1699
1700 QPalette palette;
1701 palette.setColor(backgroundRole(), Configuration::getConfiguration().getBackgroundColor(theme.viewer.defaultBackgroundColor));
1702 setPalette(palette);
1703}
1704
1705// deprecated
1706void Viewer::updateImageOptions()

Callers 2

reloadOptionsMethod · 0.45
setMangaModeImplMethod · 0.45

Calls 2

getBackgroundColorMethod · 0.80
setColorMethod · 0.45

Tested by

no test coverage detected