Remove unnecessary setSettings
This commit is contained in:
parent
4d250e84bc
commit
aa73a415ad
|
@ -28,7 +28,6 @@ export default async details => {
|
||||||
|
|
||||||
const isShowOptionsPage = getSettings("isShowOptionsPageWhenUpdated");
|
const isShowOptionsPage = getSettings("isShowOptionsPageWhenUpdated");
|
||||||
if (isShowOptionsPage) openOptionsPage(false);
|
if (isShowOptionsPage) openOptionsPage(false);
|
||||||
setSettings("isShowUpdated", true);
|
|
||||||
|
|
||||||
// Version 2.8.0以前からのアップデート
|
// Version 2.8.0以前からのアップデート
|
||||||
if (details.reason == "update" && details.previousVersion.replaceAll(".", "") < 280) {
|
if (details.reason == "update" && details.previousVersion.replaceAll(".", "") < 280) {
|
||||||
|
|
Loading…
Reference in a new issue