mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Fixed favicon not saving on close, b=no-bug, c=tabs
This commit is contained in:
@@ -882,7 +882,7 @@
|
||||
existingEntry.title = pin.title;
|
||||
state.entries = [existingEntry];
|
||||
}
|
||||
state.image = pin.iconUrl || null;
|
||||
state.image = pin.iconUrl || state.image;
|
||||
state.index = 0;
|
||||
|
||||
SessionStore.setTabState(tab, state);
|
||||
|
Reference in New Issue
Block a user