diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-27 09:23:59 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-27 11:47:39 +0100 |
| commit | 23feba7e5a1396110d543a676e018bcbdfa50d39 (patch) | |
| tree | d4e2a6fed26a490a5ba2df4f755f6ad90b2203b1 /src/kristall.hpp | |
| parent | 435532d97dcfbb23e46f51f690914fd910cc65ee (diff) | |
| download | kristall-23feba7e5a1396110d543a676e018bcbdfa50d39.tar.gz | |
Adds emoji toggle preference.
Diffstat (limited to 'src/kristall.hpp')
| -rw-r--r-- | src/kristall.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp index 8ae8cb2..638fe42 100644 --- a/src/kristall.hpp +++ b/src/kristall.hpp @@ -69,6 +69,7 @@ struct GenericSettings bool show_hidden_files_in_dirs = false; bool fancy_urlbar = true; bool fancy_quotes = true; + bool emojis_enabled = true; // This is set automatically QColor fancy_urlbar_dim_colour; @@ -155,6 +156,9 @@ namespace kristall void saveWindowState(); extern QString default_font_family, default_font_family_fixed; + + //! Whether emojis are supprted in current build configuration + extern const bool EMOJIS_SUPPORTED; } #endif // KRISTALL_HPP |
