fix: remove a typo in the update details url

This commit is contained in:
chaos
2024-08-25 13:18:15 +03:00
committed by GitHub
parent 3def55d48b
commit ea34bec55a

View File

@@ -116,7 +116,7 @@ pref('media.eme.enabled', true);
pref('webgl.disabled', false);
pref("app.update.url.manual", "https://www.zen-browser.app/download");
pref("app.update.url.details", "hhttps://www.zen-browser.app/download");
pref("app.update.url.details", "https://www.zen-browser.app/download");
pref("app.releaseNotesURL", "https://www.zen-browser.app/release-notes");
pref("app.releaseNotesURL.aboutDialog", "https://www.zen-browser.app/release-notes");