diff --git a/app/css/app.css b/app/css/app.css
index 34994f5..7315af8 100644
--- a/app/css/app.css
+++ b/app/css/app.css
@@ -726,6 +726,17 @@ button:focus {
#settings .spacer {
margin-top: 10px;
}
+#settings #version {
+ position: absolute;
+ right: 20px;
+ bottom: 10px;
+ z-index: 1000;
+ height: 14px;
+ width: auto;
+ font-size: 14px;
+ line-height: 14px;
+ color: #999;
+}
.cm-s-monokai.CodeMirror {
background: #272b30 !important;
}
diff --git a/app/data/cfg.json b/app/data/cfg.json
index 69aeaa4..743d1b6 100644
--- a/app/data/cfg.json
+++ b/app/data/cfg.json
@@ -1,5 +1,5 @@
{
- "version": "1.7.1",
+ "version": "1.7.6",
"ext_port": 1111,
"profiles": {
"mcopy": {
@@ -185,8 +185,8 @@
"camera_capper_projectors_identifier": "0",
"capper_on": "A",
"capper_off": "B",
- "takeup_forward" : "D",
- "takeup_backward" : "E"
+ "takeup_forward": "D",
+ "takeup_backward": "E"
}
}
}
diff --git a/app/index.html b/app/index.html
index 150c118..752b534 100644
--- a/app/index.html
+++ b/app/index.html
@@ -441,6 +441,9 @@
+
Light