summaryrefslogtreecommitdiffstats
path: root/application/palemoon/branding/unstable
diff options
context:
space:
mode:
authortrav90 <travawine@protonmail.ch>2018-06-01 12:22:23 -0500
committertrav90 <travawine@protonmail.ch>2018-06-01 12:27:50 -0500
commitd9984d9e526d73ab375800ce547394a3ef2cee8c (patch)
tree8c157fb09de068d74574e31a5e7fd0b51c09f87d /application/palemoon/branding/unstable
parentb25f1991c8aa410f95b4fe26fde6e653e21b8efd (diff)
downloadUXP-d9984d9e526d73ab375800ce547394a3ef2cee8c.tar
UXP-d9984d9e526d73ab375800ce547394a3ef2cee8c.tar.gz
UXP-d9984d9e526d73ab375800ce547394a3ef2cee8c.tar.lz
UXP-d9984d9e526d73ab375800ce547394a3ef2cee8c.tar.xz
UXP-d9984d9e526d73ab375800ce547394a3ef2cee8c.zip
[PALEMOON] Enable update prefs in Unstable branding for Linux
Diffstat (limited to 'application/palemoon/branding/unstable')
-rw-r--r--application/palemoon/branding/unstable/pref/palemoon-branding.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/palemoon/branding/unstable/pref/palemoon-branding.js b/application/palemoon/branding/unstable/pref/palemoon-branding.js
index dda6f86a5..a95390cb6 100644
--- a/application/palemoon/branding/unstable/pref/palemoon-branding.js
+++ b/application/palemoon/branding/unstable/pref/palemoon-branding.js
@@ -12,7 +12,7 @@ pref("general.useragent.compatMode.gecko", true);
pref("general.useragent.compatMode.firefox", true);
// ========================= updates ========================
-#if defined(XP_WIN)
+#if defined(XP_WIN) || defined(XP_LINUX)
// Enable auto-updates for this channel
pref("app.update.auto", true);
@@ -32,7 +32,7 @@ pref("app.update.url.manual", "http://www.palemoon.org/unstable/");
// supplied in the "An update is available" page of the update wizard.
pref("app.update.url.details", "http://www.palemoon.org/unstable/");
#else
-// Updates disabled (Linux, etc.)
+// Updates disabled (Mac, etc.)
pref("app.update.enabled", false);
pref("app.update.url", "");
#endif