aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingswidget.cpp')
-rw-r--r--src/settingswidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settingswidget.cpp b/src/settingswidget.cpp
index 4d13cbb..b272565 100644
--- a/src/settingswidget.cpp
+++ b/src/settingswidget.cpp
@@ -258,6 +258,7 @@ void SettingsWidget::refresh() {
// enable disable spell check
ui->enableSpellCheck->setChecked(settings.value("sc_enabled", true).toBool());
+ emit updateFullWidthView(settings.value("fullWidthView", true).toBool());
}
void SettingsWidget::updateDefaultUAButton(const QString engineUA) {