소스 검색

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",
     ]);