Skip to content

Commit 9714994

Browse files
committed
Remove no-google-login from default plugins
1 parent b1c4cc9 commit 9714994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const store = new Store({
88
height: 550
99
},
1010
url : "https://music.youtube.com",
11-
plugins: ["navigation", "shortcuts", "adblocker", "no-google-login"]
11+
plugins: ["navigation", "shortcuts", "adblocker"]
1212
}
1313
});
1414

0 commit comments

Comments
 (0)