This commit is contained in:
2022-08-04 21:21:39 +00:00
parent 9c4e8665c2
commit 0b016adc2a
3 changed files with 5 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//**************************************************************
//DEVELOPMENT MODE FLAG, SET FALSE FOR RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************