aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2021-02-16 11:20:54 +0300
committerCrystalwarrior <varsash@gmail.com>2021-02-16 11:20:54 +0300
commit63128fea1362b0fe2388ff0b85b9f1120806b332 (patch)
tree4ce37a4d76f4e9e285ab529f17309cde88f0a55c /include
parent5063880530c98d17e6d15a888f7c4a8462351e52 (diff)
Stop supporting the DRO way (we will make a .bat file or utility that does it for you automatically instead!)
Add an option to enable/disable stickers Make stickers actually respect the custom chatbox setting properly
Diffstat (limited to 'include')
-rw-r--r--include/aoapplication.h3
-rw-r--r--include/aooptionsdialog.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index cd9f736b..2dc8649d 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -228,6 +228,9 @@ public:
// for settings.
bool is_customchat_enabled();
+ // Returns the value of characer sticker (avatar) setting
+ bool is_sticker_enabled();
+
// Returns the value of whether continuous playback should be used
// from the config.ini.
bool is_continuous_enabled();
diff --git a/include/aooptionsdialog.h b/include/aooptionsdialog.h
index 31f3d66d..e88ce542 100644
--- a/include/aooptionsdialog.h
+++ b/include/aooptionsdialog.h
@@ -108,6 +108,9 @@ private:
QLabel *ui_customchat_lbl;
QCheckBox *ui_customchat_cb;
+ QLabel *ui_sticker_lbl;
+ QCheckBox *ui_sticker_cb;
+
QLabel *ui_continuous_lbl;
QCheckBox *ui_continuous_cb;