fix: Fixed favicon not saving on close, b=no-bug, c=tabs

This commit is contained in:
mr. m
2025-08-31 22:35:30 +02:00
parent 0f4b48bd4a
commit 8aaa7b7322

View File

@@ -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);