[Pkg-mozext-commits] [all-in-one-sidebar] 14/29: Fix #73: hide sidebar switch by default in fullscreen mode

David Prévot taffit at moszumanska.debian.org
Thu Oct 29 14:40:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository all-in-one-sidebar.

commit 66e65fb377f01bbea1a563d2b7e5c3b3e95ed006
Author: Ingo Wennemaring <github at addonlab.com>
Date:   Sun Oct 4 11:44:21 2015 +0200

    Fix #73: hide sidebar switch by default in fullscreen mode
---
 defaults/preferences/aios.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/preferences/aios.js b/defaults/preferences/aios.js
index ae78dda..c9d9031 100644
--- a/defaults/preferences/aios.js
+++ b/defaults/preferences/aios.js
@@ -45,7 +45,7 @@ pref("extensions.aios.cmode.close", 1);
 
 pref("extensions.aios.fs.sidebar", true);
 pref("extensions.aios.fs.toolbar", true);
-pref("extensions.aios.fs.switch", false);
+pref("extensions.aios.fs.switch", true);
 pref("extensions.aios.fs.restore", true);
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/all-in-one-sidebar.git



More information about the Pkg-mozext-commits mailing list