chore: ensure statics are only present once in the final app (#5588)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
constexpr int NOTEBOOK_TAB_HEIGHT = 28;
|
||||
inline constexpr int NOTEBOOK_TAB_HEIGHT = 28;
|
||||
|
||||
class SplitContainer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user