mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-24 03:13:57 +00:00
0306: moar info #615
see https://github.com/ghacksuserjs/ghacks-user.js/issues/615#issuecomment-460243162 - checking for updates is not a trigger, having an update **and** applying it is
This commit is contained in:
parent
f06c78f897
commit
e432a22693
4
user.js
4
user.js
@ -194,8 +194,8 @@ user_pref("app.update.staging.enabled", false);
|
|||||||
* This is the update available, downloaded, error and success information ***/
|
* This is the update available, downloaded, error and success information ***/
|
||||||
user_pref("app.update.silent", false);
|
user_pref("app.update.silent", false);
|
||||||
/* 0306: disable extension metadata
|
/* 0306: disable extension metadata
|
||||||
* used when installing, updating and checking for extension updates: if false, all it does is hide
|
* used when installing or updating an extension: if false, all it does is hide the
|
||||||
* the expanded text description, if it exists, when you "show more details about an addon" ***/
|
* expanded text description, if it exists, when you "show more details about an addon" ***/
|
||||||
// user_pref("extensions.getAddons.cache.enabled", false);
|
// user_pref("extensions.getAddons.cache.enabled", false);
|
||||||
/* 0307: disable auto updating of personas (themes) ***/
|
/* 0307: disable auto updating of personas (themes) ***/
|
||||||
user_pref("lightweightThemes.update.enabled", false);
|
user_pref("lightweightThemes.update.enabled", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user