Merge branch 'local-upstream/master' into add-crossfade-menu-options

This commit is contained in:
Araxeus
2023-03-20 00:06:06 +02:00
14 changed files with 623 additions and 679 deletions

View File

@ -19,6 +19,11 @@ const migrations = {
...pluginOptions,
});
}
if (store.get("options.ForceShowLikeButtons")) {
store.delete("options.ForceShowLikeButtons");
store.set("options.likeButtons", 'force');
}
},
">=1.17.0": (store) => {
setDefaultPluginOptions(store, "picture-in-picture");