ソースを参照

ref: remove duplicate feature

Sv443 6 ヶ月 前
コミット
783948a60d
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",
     ]);