GUI: prepare backup management

This commit is contained in:
tildearrow 2024-05-19 01:56:45 -05:00
parent 5e213256b6
commit c06a8d1658

View file

@ -3998,6 +3998,11 @@ void FurnaceGUI::drawSettings() {
} }
END_SECTION; END_SECTION;
} }
CONFIG_SECTION("Backup") {
// SUBSECTION SETTINGS
CONFIG_SUBSECTION("Configuration");
END_SECTION;
}
if (nonLatchNibble) { if (nonLatchNibble) {
// ok, so you decided to read the code. // ok, so you decided to read the code.
// these are the cheat codes: // these are the cheat codes: