瀏覽代碼

ref: remove duplicate feature

Sv443 6 月之前
父節點
當前提交
ef91ef67de
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/config.ts

+ 0 - 1
src/config.ts

@@ -126,7 +126,6 @@ export const migrations: DataMigrationsDict = {
     if(oldData.locale as string === "en-GB")
       oldData.locale = "en-GB";
     return useDefaultConfig(oldData, [
-      "showToastOnLyricsError",
       // TODO(V2.2):
       // "autoLikePlayerBarToggleBtn",
     ]);