-
-
Traffic Light
+
+
+
+
COMING SOON
+
+
Project X
+
+
-
-
COMING SOON
-
-
Project X
-
-
-
+
+
\ No newline at end of file
diff --git a/src/renderer/components/toolbar-apps/WeightedList/Home.vue b/src/renderer/components/toolbar-apps/WeightedList/Home.vue
index 54fd1f4..7ab9da8 100644
--- a/src/renderer/components/toolbar-apps/WeightedList/Home.vue
+++ b/src/renderer/components/toolbar-apps/WeightedList/Home.vue
@@ -1,88 +1,89 @@
-
-
-
+
+
+
-
\ No newline at end of file
diff --git a/src/renderer/components/toolbar-apps/WeightedList/WeightedList.vue b/src/renderer/components/toolbar-apps/WeightedList/WeightedList.vue
index 33018e3..a4e531b 100644
--- a/src/renderer/components/toolbar-apps/WeightedList/WeightedList.vue
+++ b/src/renderer/components/toolbar-apps/WeightedList/WeightedList.vue
@@ -1,56 +1,57 @@
-
+
\ No newline at end of file
diff --git a/src/renderer/router/index.js b/src/renderer/router/index.js
index a09d5d8..9fb2e4e 100644
--- a/src/renderer/router/index.js
+++ b/src/renderer/router/index.js
@@ -13,22 +13,39 @@ export default new Router({
{
path: '/fc',
name: 'fc',
- component: require('@/components/toolbar-apps/FCSCommands').default
+ component: require('@/components/toolbar-apps/FCSCommands').default,
+ props: {
+ showHeaderAndFooter: false
+ }
},
{
path: '/wl',
name: 'wl',
- component: require('@/components/toolbar-apps/WeightedList/WeightedList').default
+ component: require('@/components/toolbar-apps/WeightedList/Home').default,
+ props: {
+ showHeaderAndFooter: false
+ }
},
{
path: '/tl',
name: 'tl',
- component: require('@/components/toolbar-apps/TrafficLight').default
+ component: require('@/components/toolbar-apps/TrafficLight').default,
+ props: {
+ showHeaderAndFooter: false
+ }
},
{
path: '/ul',
name: 'ul',
- component: require('@/components/toolbar-apps/FCSLinks').default
+ component: require('@/components/toolbar-apps/FCSLinks').default,
+ props: {
+ showHeaderAndFooter: false
+ }
+ },
+ {
+ path: '/settings',
+ name: 'settings',
+ component: require('@/components/Settings').default
},
{
path: '*',
diff --git a/static/index.css b/static/index.css
index a3edbc5..3296208 100644
--- a/static/index.css
+++ b/static/index.css
@@ -73,7 +73,7 @@
width: 100%;
margin: auto;
text-align: center;
- margin-top: 16px;
+ margin-top: 5px;
font-size: var(--font-size);
font-weight: 300;
color: var(--text-color);