Fixes to handling of path properties in presets.
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user