some cleanup

This commit is contained in:
TakaRikka
2026-08-20 03:16:26 -07:00
parent 6f06a33926
commit 05a1fe4485
3 changed files with 4 additions and 125 deletions
+3 -3
View File
@@ -441,8 +441,8 @@ ModResult buildSeedManagementTab(ModContext* ctx, UiWindowHandle, UiElementHandl
session::svc_mng.ui->push_toast(session::svc_mng.mod_ctx, &desc);
});
add_section(leftPane, "Presets");
// TODO: need some ui service updates to properly support this. disabling for now
/* add_section(leftPane, "Presets");
add_button(leftPane,
"Save Current Settings as Preset",
"Save the current settings to your list of presets.",
@@ -455,7 +455,7 @@ ModResult buildSeedManagementTab(ModContext* ctx, UiWindowHandle, UiElementHandl
"Choose an existing preset to load from.",
[](ModContext*, void*) {
// TODO
});
}); */
return MOD_OK;
}