refactor: Make Account & Settings buttons SVGs (#6267)

instead of rendering the icons directly in Chatterino, they're now SVGs

This has the following consequences:
1. The color does _not_ respect your custom theme. For most users, this
   will not be a problem/concern.
2. You can no longer drag a split onto those buttons to create a new tab
This commit is contained in:
pajlada
2025-06-14 22:28:17 +02:00
committed by GitHub
parent 20b92ea0ca
commit 6398570bcc
8 changed files with 89 additions and 50 deletions
+1
View File
@@ -55,6 +55,7 @@
- Dev: Fixed incorrect lua generation of static methods for typescript plugins. (#6190, #6223)
- Dev: Merged top/bottom and left/right notebook layouts. (#6215)
- Dev: Refactored `Button` and friends. (#6102, #6255)
- Dev: Made Settings & Account button on Linux/macOS SVGs. (#6267)
- Dev: `OnceFlag`'s internal flag is now atomic. (#6237)
- Dev: Bumped clang-format requirement to 19. (#6236)