mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-26 14:56:52 -04:00
some cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user