Fixes to handling of path properties in presets.

This commit is contained in:
Robin E. R. Davies
2025-09-04 15:20:56 -04:00
parent 0af57da5dd
commit ac194fbbb5
20 changed files with 231 additions and 96 deletions
+2 -1
View File
@@ -279,7 +279,8 @@ namespace pipedal
Decrease
};
bool GetHasWifi();
Storage&GetStorage() { return storage; }
bool GetHasWifi();
void NextBank(Direction direction = Direction::Increase);
void PreviousBank() { NextBank(Direction::Decrease); }