Fixed to update the fonts for MainWindow ListWidget

This commit is contained in:
defnax 2025-02-11 18:51:20 +01:00
parent a5752ec4d3
commit 5005c0303d
3 changed files with 4 additions and 10 deletions

View file

@ -376,4 +376,6 @@ void AppearancePage::updateFontSize()
Settings->beginGroup(QString("File"));
Settings->setValue("MinimumFontSize", ui.minimumFontSize_SB->value());
Settings->endGroup();
NotifyQt::getInstance()->notifySettingsChanged();
}