fix: split header "add split" button inconsistency (#6349)

This commit is contained in:
pajlada
2025-07-26 14:23:29 +02:00
committed by GitHub
parent cd7b710d94
commit aa8f8f2e3e
11 changed files with 307 additions and 13 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
namespace chatterino {
class DrawnButton;
class PixmapButton;
class LabelButton;
class Label;
@@ -87,7 +88,7 @@ private:
PixmapButton *moderationButton_{};
PixmapButton *chattersButton_{};
PixmapButton *addButton_{};
DrawnButton *addButton_{};
// states
QPoint dragStart_{};