summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index 3ec65ecd..27ddbb26 100644
--- a/src/app.c
+++ b/src/app.c
@@ -167,7 +167,7 @@ static iString *serializePrefs_App_(const iApp *d) {
167 appendFormat_String(str, "uiscale arg:%f\n", uiScale_Window(d->window)); 167 appendFormat_String(str, "uiscale arg:%f\n", uiScale_Window(d->window));
168 appendFormat_String(str, "zoom.set arg:%d\n", d->prefs.zoomPercent); 168 appendFormat_String(str, "zoom.set arg:%d\n", d->prefs.zoomPercent);
169 appendFormat_String(str, "linewidth.set arg:%d\n", d->prefs.lineWidth); 169 appendFormat_String(str, "linewidth.set arg:%d\n", d->prefs.lineWidth);
170 appendFormat_String(str, "biglede.set arg:%d\n", d->prefs.bigFirstParagraph); 170 appendFormat_String(str, "prefs.biglede.changed arg:%d\n", d->prefs.bigFirstParagraph);
171 appendFormat_String(str, "theme.set arg:%d auto:1\n", d->prefs.theme); 171 appendFormat_String(str, "theme.set arg:%d auto:1\n", d->prefs.theme);
172 appendFormat_String(str, "ostheme arg:%d\n", d->prefs.useSystemTheme); 172 appendFormat_String(str, "ostheme arg:%d\n", d->prefs.useSystemTheme);
173 appendFormat_String(str, "saturation.set arg:%d\n", (int) ((d->prefs.saturation * 100) + 0.5f)); 173 appendFormat_String(str, "saturation.set arg:%d\n", (int) ((d->prefs.saturation * 100) + 0.5f));