diff --git a/src/app/tabs/settings-tab.js b/src/app/tabs/settings-tab.js index 108dbd1ce2..5a1e67aeb8 100644 --- a/src/app/tabs/settings-tab.js +++ b/src/app/tabs/settings-tab.js @@ -28,6 +28,9 @@ var css = csjs` padding: .5em; font-weight: bold; } + .crow label { + cursor:pointer; + } .crowNoFlex { overflow: auto; clear: both; @@ -81,6 +84,15 @@ function SettingsTab (container, appAPI, appEvents, opts) {
Enable Optimization +

Themes

+
+
+ +
+
+
+ +

Plugin ( Do not use this alpha feature if you are not sure what you are doing!)
@@ -89,15 +101,6 @@ function SettingsTab (container, appAPI, appEvents, opts) {
-

Themes

-
-
- Light Theme -
-
-
- Dark Theme -
`