chore: Bump version and add pref for hiding the throbber, b=no-bug, c=tabs

This commit is contained in:
Mr. M
2025-08-09 10:43:09 +02:00
parent 303af80dd7
commit 91cedcfc1a
3 changed files with 11 additions and 7 deletions

View File

@@ -29,6 +29,9 @@
- name: zen.theme.use-sysyem-colors
value: false
- name: zen.theme.hide-tab-throbber
value: true
# ==== Mark: border radius ====
# macOS border radius

View File

@@ -1502,10 +1502,11 @@
opacity: 0.7;
}
.tab-throbber {
display: none !important; /* Hide throbber always */
}
.tab-icon-image {
display: flex !important;
@media (-moz-pref('zen.theme.hide-tab-throbber')) {
.tab-throbber {
display: none !important;
}
.tab-icon-image {
display: flex !important;
}
}

View File

@@ -19,7 +19,7 @@
"brandShortName": "Zen",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.14.10b",
"displayVersion": "1.14.11b",
"github": {
"repo": "zen-browser/desktop"
},