Allow wasm to load patch from url too

This commit is contained in:
falkTX 2022-08-13 00:40:27 +01:00
parent 19878f0097
commit e42dc9154f
5 changed files with 44 additions and 12 deletions

View file

@ -142,7 +142,7 @@ public:
};
#ifndef HEADLESS
struct WasmPatchStorageLoadingDialog;
struct WasmRemotePatchLoadingDialog;
class CardinalBaseUI : public UI {
public:
@ -151,7 +151,7 @@ public:
bool savingUncompressed;
#ifdef DISTRHO_OS_WASM
WasmPatchStorageLoadingDialog* psDialog;
WasmRemotePatchLoadingDialog* psDialog;
#endif
// for 3rd party modules