mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Move app.feedback.baseURL into branding prefs
This commit is contained in:
parent
a7d2a6260c
commit
f4b8b0d90c
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ pref("startup.homepage_welcome_url.additional", "");
|
|||
// Version release notes
|
||||
pref("app.releaseNotesURL", "http://@BRANDING_SITEURL@/@BRANDING_RELNOTESPATH@");
|
||||
|
||||
// base url for web-based feedback pages
|
||||
pref("app.feedback.baseURL", "https://forum.palemoon.org/viewforum.php?f=61");
|
||||
|
||||
// Vendor home page
|
||||
pref("app.vendorURL", "http://@BRANDING_SITEURL@/");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue