From 23feba7e5a1396110d543a676e018bcbdfa50d39 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Sat, 27 Feb 2021 09:23:59 +1100 Subject: Adds emoji toggle preference. --- src/kristall.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/kristall.hpp') 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 -- cgit v1.2.3