diff options
| author | Conway <[email protected]> | 2026-05-01 10:25:05 -0400 |
|---|---|---|
| committer | Conway <[email protected]> | 2026-06-04 17:58:24 -0400 |
| commit | 36099c98979dfa8533a7b078dee907247a87b718 (patch) | |
| tree | 85cae93c2f51096d52cc60a33576da51e9c972fe /src/settings/viewmodes/viewsettingstab.h | |
| parent | 76f6eb07739290bd7e7a61946f51d7329fb75545 (diff) | |
Adds options for pixel scaling and filename extensions
Diffstat (limited to 'src/settings/viewmodes/viewsettingstab.h')
| -rw-r--r-- | src/settings/viewmodes/viewsettingstab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings/viewmodes/viewsettingstab.h b/src/settings/viewmodes/viewsettingstab.h index 6ea7a3bf3..2f2e75180 100644 --- a/src/settings/viewmodes/viewsettingstab.h +++ b/src/settings/viewmodes/viewsettingstab.h @@ -55,6 +55,7 @@ private: QRadioButton *m_iconAndNameOnly; QCheckBox *m_expandableFolders; QLabel *m_fontWarningLabel; + QCheckBox *m_pixelatedScaling; }; #endif
\ No newline at end of file |
