chore: ensure statics are only present once in the final app (#5588)

This commit is contained in:
nerix
2024-09-14 14:13:12 +02:00
committed by GitHub
parent 2d8937f43e
commit 3d06f8612f
14 changed files with 177 additions and 164 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
namespace chatterino {
constexpr int NOTEBOOK_TAB_HEIGHT = 28;
inline constexpr int NOTEBOOK_TAB_HEIGHT = 28;
class SplitContainer;