瀏覽代碼

dont reset tabsData when updating the configuration

Gildas 7 年之前
父節點
當前提交
828f8f3622
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      extension/core/bg/config.js

+ 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() {