Worked more on zen rices

This commit is contained in:
mr. M
2024-12-27 13:05:19 +01:00
parent 70c0fff557
commit 3bd356019f
4 changed files with 280 additions and 30 deletions

View File

@@ -90,6 +90,12 @@ pref('zen.tabs.show-newtab-vertical', true);
pref('zen.view.show-newtab-button-border-top', true);
pref('zen.view.show-newtab-button-top', false);
#ifdef MOZILLA_OFFICIAL
pref('zen.rice.api.url', "https://share.zen-browser.app/");
#else
pref('zen.rice.api.url', "http://localhost:8000/");
#endif
#ifdef XP_MACOSX
pref('zen.theme.border-radius', 10); // In pixels
#else