summaryrefslogtreecommitdiff
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c
index 31e3052..425007f 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -103,6 +103,7 @@ void settings_page_update_render()
}
ui_block_end();
+#if 0
ui_block_begin(LAYOUT_HORIZONTAL);
{
char license_text[30];
@@ -110,6 +111,7 @@ void settings_page_update_render()
ui_push_text(license_text);
}
ui_block_end();
+#endif
}
global_ui_context.layout.offset_y = global_settings_page.window.height - 33;