added emote button and text length label
This commit is contained in:
@@ -9,6 +9,8 @@ namespace chatterino {
|
||||
namespace settings {
|
||||
class BoolSetting : public Setting
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
BoolSetting(const QString &name, bool defaultValue)
|
||||
: Setting(name)
|
||||
|
||||
Reference in New Issue
Block a user