More wasm things, high-dpi browser tests
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5370e2ad6e
commit
5ed8eb4731
12 changed files with 61 additions and 53 deletions
|
@ -299,11 +299,13 @@ void Scene::onHoverKey(const HoverKeyEvent& e) {
|
|||
patchUtils::revertDialog();
|
||||
e.consume(this);
|
||||
}
|
||||
#ifndef DISTRHO_OS_WASM
|
||||
if (e.keyName == "s" && (e.mods & RACK_MOD_MASK) == RACK_MOD_CTRL) {
|
||||
// NOTE: will do nothing if path is empty, intentionally
|
||||
patchUtils::saveDialog(APP->patch->path);
|
||||
e.consume(this);
|
||||
}
|
||||
#endif
|
||||
if (e.keyName == "s" && (e.mods & RACK_MOD_MASK) == (RACK_MOD_CTRL | GLFW_MOD_SHIFT)) {
|
||||
patchUtils::saveAsDialog();
|
||||
e.consume(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue