Update and adapt to Rack 2.3

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-20 19:38:29 +02:00
parent 03055c2563
commit 1262f318da
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
41 changed files with 901 additions and 727 deletions

View file

@ -57,6 +57,8 @@ extern char* patchStorageSlug;
std::string homeDir();
void switchDarkMode(bool darkMode);
} // namespace rack
// -----------------------------------------------------------------------------------------------------------