diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-02-10 05:23:34 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-10 12:23:34 +0100 |
| commit | 27726c9ce1fd6ff1e581bade5911e3bf05bc59f2 (patch) | |
| tree | 5e2c01731e8baaa9ee7705b2916944c10a8ae85e /include/options.h | |
| parent | ff577255d3aa92ad104d674af9c789bf3be2d31f (diff) | |
Add integer-based theme scaling (#935)
Configurable over the options menu,
Diffstat (limited to 'include/options.h')
| -rw-r--r-- | include/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/options.h b/include/options.h index aba346cc..2beae230 100644 --- a/include/options.h +++ b/include/options.h @@ -48,6 +48,9 @@ public: QString theme() const; void setTheme(QString value); + int themeScalingFactor() const; + void setThemeScalingFactor(int value); + // Returns the value of oocname in config.ini QString oocName() const; void setOocName(QString value); |
