spelling mistake
This commit is contained in:
parent
dfd6ce664d
commit
348f53f87a
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ void Settings::setUseAllFeedsOnStartup(bool useAllFeedsOnStartup) {
|
|||
}
|
||||
}
|
||||
|
||||
void Settings::setWhiteBackgroundOnIcons(bool whiteBackgroundOnIcons()) {
|
||||
void Settings::setWhiteBackgroundOnIcons(bool whiteBackgroundOnIcons) {
|
||||
if (_whiteBackgroundOnIcons != whiteBackgroundOnIcons) {
|
||||
_whiteBackgroundOnIcons = whiteBackgroundOnIcons;
|
||||
m_settings->setValue("whiteBackgroundOnIcons", _whiteBackgroundOnIcons);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue