added emote button and text length label
This commit is contained in:
+3
-1
@@ -7,8 +7,10 @@
|
||||
namespace chatterino {
|
||||
namespace settings {
|
||||
|
||||
class Setting
|
||||
class Setting : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit Setting(const QString &name)
|
||||
: name(name)
|
||||
|
||||
Reference in New Issue
Block a user