summaryrefslogtreecommitdiffstats
path: root/src/common/settings_common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* settings: Move some simple data to BasicSettinglat9nq2023-07-211-25/+71
| | | | | Reduces the need for the compiler to duplicate this code, by about 100KB executable size.
* (ui,)settings: Use explicit instantiationlat9nq2023-07-211-0/+78
Reduces compile times a tad on clang.