Browse Source

revert bottom_toolbar_enabled to false

AndyScherzinger 8 years ago
parent
commit
85846e154f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/values/setup.xml

+ 1 - 1
src/main/res/values/setup.xml

@@ -86,7 +86,7 @@
     <bool name="videos_enabled">false</bool>
 
     <!-- Bottom toolbar -->
-    <bool name="bottom_toolbar_enabled">true</bool>
+    <bool name="bottom_toolbar_enabled">false</bool>
 
     <!-- Help, imprint and feedback, and other things -->
     <bool name="fingerprint_enabled">true</bool>