From aff5492ee48ac6d1fbd0c9925e8ee208c1a5668c Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Sun, 2 Nov 2014 17:44:52 +0200 Subject: [PATCH] add username input to user preferences --- client/index.html | 7 +++++++ defaults/config.js | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/client/index.html b/client/index.html index ab388f55..849014bd 100644 --- a/client/index.html +++ b/client/index.html @@ -131,6 +131,13 @@
+
+ +
+
+ +
+
diff --git a/defaults/config.js b/defaults/config.js index 26d9c095..c289e036 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -146,6 +146,14 @@ module.exports = { // nick: "shout-user", + // + // Username + // + // @type string + // @default "" + // + username: "", + // // Real Name //