kRunSandboxView top-level constant

bool const kRunSandboxView

used in development to run SandboxView instead of the main app AppView

this is off for release versions, but during dev this is for seeing how certain visual elements will look

Implementation

const bool kRunSandboxView = true;