From 3ac1870877eccf2b8fe40a28bf3807620ac94907 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Tue, 22 May 2018 23:27:59 -0500 Subject: Add "about" tab and set version to 2.1 --- webAO/ui.js | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'webAO/ui.js') diff --git a/webAO/ui.js b/webAO/ui.js index 2d41783..f5c3f3a 100644 --- a/webAO/ui.js +++ b/webAO/ui.js @@ -62,10 +62,21 @@ var config = { componentState: { id: "music" } }, { - type: "component", - title: "Settings", - componentName: "template", - componentState: { id: "client_settings" } + type: "stack", + content: [ + { + type: "component", + title: "Settings", + componentName: "template", + componentState: { id: "client_settings" } + }, + { + type: "component", + title: "About", + componentName: "template", + componentState: { id: "about" } + } + ] } ] } -- cgit