add several TODO comments

self-note: check this one after you come back!
This commit is contained in:
tildearrow 2022-04-11 18:12:05 -05:00
parent b5472fb52e
commit 8407a7d3a4
10 changed files with 32 additions and 0 deletions

View file

@ -198,6 +198,10 @@ struct MappedInput {
scan(s), val(v) {}
};
// TODO:
// - add metronome volume setting
// - maybe add metronome sound setting
// - add a "close" button to this window
void FurnaceGUI::drawSettings() {
if (nextWindow==GUI_WINDOW_SETTINGS) {
settingsOpen=true;