diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-26 13:11:44 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-26 13:11:44 +0300 |
commit | 377e3553c8a744d8af7956cf28aabdde720b510c (patch) | |
tree | d6aa915350775a4f0e45c97cdab5a40ca66c37b8 /src/prefs.h | |
parent | beee7d208c48d82bfe31d9616f382c4d0ca9df33 (diff) |
Preferences: Warn about missing glyphs
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index dc0914a6..d7712c9d 100644 --- a/src/prefs.h +++ b/src/prefs.h | |||
@@ -82,6 +82,7 @@ struct Impl_Prefs { | |||
82 | iBool collapsePreOnLoad; | 82 | iBool collapsePreOnLoad; |
83 | iBool openArchiveIndexPages; | 83 | iBool openArchiveIndexPages; |
84 | iBool addBookmarksToBottom; | 84 | iBool addBookmarksToBottom; |
85 | iBool warnAboutMissingGlyphs; | ||
85 | /* Network */ | 86 | /* Network */ |
86 | iBool decodeUserVisibleURLs; | 87 | iBool decodeUserVisibleURLs; |
87 | int maxCacheSize; /* MB */ | 88 | int maxCacheSize; /* MB */ |