cursor lock disabled by default on wasm
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
fdca56ecfa
commit
4679575a95
1 changed files with 0 additions and 4 deletions
|
@ -378,11 +378,7 @@ Initializer::Initializer(const CardinalBasePlugin* const plugin, const CardinalB
|
|||
{
|
||||
using namespace rack;
|
||||
|
||||
#ifdef DISTRHO_OS_WASM
|
||||
settings::allowCursorLock = true;
|
||||
#else
|
||||
settings::allowCursorLock = false;
|
||||
#endif
|
||||
settings::autoCheckUpdates = false;
|
||||
settings::autosaveInterval = 0;
|
||||
settings::devMode = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue