This commit is contained in:
Robin E.R. Davies
2026-05-20 09:30:55 -04:00
parent 7343ced278
commit 5ee86c519f
7 changed files with 42 additions and 25 deletions
+2 -1
View File
@@ -119,6 +119,7 @@ namespace pipedal
using NetworkChangedListener = std::function<void(void)>;
private:
bool updaterEnabled = true;
PedalboardItem *GetPedalboardItemForFileProperty(const UiFileProperty &fileProperty);
// Tone3000Downloader::Listener implementation
@@ -296,7 +297,7 @@ namespace pipedal
Decrease
};
void EnableUpdater(bool enable);
Storage &GetStorage() { return storage; }