1
0
Эх сурвалжийг харах

dont reset tabsData when updating the configuration

Gildas 7 жил өмнө
parent
commit
828f8f3622

+ 0 - 1
extension/core/bg/config.js

@@ -130,7 +130,6 @@ singlefile.config = (() => {
 	return {
 		async set(config) {
 			await pendingUpgradePromise;
-			config.tabsData = undefined;
 			await browser.storage.local.set(config);
 		},
 		async get() {