From aea0e2ef80540d788d497ff9d15361a28d955976 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Tue, 9 Feb 2021 03:00:51 +0300 Subject: Fix backwards compatibility with the stopmusic Hide ~stop.mp3 and the stop category Add an option to make it so when you double-click a category, it expands/collapses it without sending the stop-music command Make right click stop music backwards compatible --- include/aoapplication.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/aoapplication.h') diff --git a/include/aoapplication.h b/include/aoapplication.h index 9667b269..e76ad683 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -226,6 +226,10 @@ public: // from the config.ini. bool is_continuous_enabled(); + // Returns the value of whether stopping music by double clicking category should be used + // from the config.ini. + bool is_category_stop_enabled(); + // Returns the value of the maximum amount of lines the IC chatlog // may contain, from config.ini. int get_max_log_size(); -- cgit