mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 16:38:35 -07:00
Fix leftover SFW mention --nobuild
This commit is contained in:
@@ -96,7 +96,7 @@ void xtreme_app_scene_interface_graphics_on_enter(void* context) {
|
|||||||
variable_item_set_current_value_text(
|
variable_item_set_current_value_text(
|
||||||
item,
|
item,
|
||||||
app->asset_pack_index == 0 ?
|
app->asset_pack_index == 0 ?
|
||||||
"SFW" :
|
"Default" :
|
||||||
*CharList_get(app->asset_pack_names, app->asset_pack_index - 1));
|
*CharList_get(app->asset_pack_names, app->asset_pack_index - 1));
|
||||||
|
|
||||||
item = variable_item_list_add(
|
item = variable_item_list_add(
|
||||||
|
|||||||
Reference in New Issue
Block a user