Browse Source

ref: remove duplicate feature

Sv443 6 months ago
parent
commit
ef91ef67de
1 changed files with 0 additions and 1 deletions
  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",
     ]);