mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Fixed pinned tabs reseting not using the proper title, b=no-bug, c=tabs
This commit is contained in:
@@ -612,7 +612,9 @@
|
||||
];
|
||||
} else {
|
||||
// Remove everything except the entry we want to keep
|
||||
state.entries = [state.entries[foundEntryIndex]];
|
||||
const existingEntry = state.entries[foundEntryIndex];
|
||||
existingEntry.title = pin.title;
|
||||
state.entries = [existingEntry];
|
||||
}
|
||||
state.image = pin.iconUrl || null;
|
||||
state.index = 0;
|
||||
|
@@ -19,7 +19,7 @@
|
||||
"brandShortName": "Zen",
|
||||
"brandFullName": "Zen Browser",
|
||||
"release": {
|
||||
"displayVersion": "1.14.9b",
|
||||
"displayVersion": "1.14.10b",
|
||||
"github": {
|
||||
"repo": "zen-browser/desktop"
|
||||
},
|
||||
|
Reference in New Issue
Block a user