mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
allow default startingPage
This commit is contained in:
@ -16,7 +16,7 @@ const defaultConfig = {
|
||||
autoResetAppCache: false,
|
||||
resumeOnStart: true,
|
||||
proxy: "",
|
||||
startingPage: "Home",
|
||||
startingPage: "",
|
||||
},
|
||||
plugins: {
|
||||
// Enabled plugins
|
||||
|
||||
@ -10,9 +10,6 @@ const setDefaultPluginOptions = (store, plugin) => {
|
||||
|
||||
const migrations = {
|
||||
">=1.20.0": (store) => {
|
||||
// used only to make the radio button checked in the menu
|
||||
store.set('options.startingPage', "Home");
|
||||
|
||||
setDefaultPluginOptions(store, "visualizer");
|
||||
|
||||
if (store.get("plugins.notifications.toastStyle") === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user