make default const static

This commit is contained in:
yggverse 2024-09-16 11:50:20 +03:00
parent d139fc51e3
commit 0a7c3a6055
8 changed files with 15 additions and 15 deletions

View file

@ -75,8 +75,8 @@ namespace app::browser::main
action__update;
// Defaults
const bool REORDERABLE = true;
const bool SCROLLABLE = true;
static const bool REORDERABLE = true;
static const bool SCROLLABLE = true;
/*
* Tab class API