Compare commits

...

2 Commits

Author SHA1 Message Date
Adam ccbe475ac2
build: add git ignore 2022-12-05 22:04:56 -06:00
Adam c5f648e43a
feat: add missing config 2022-12-05 22:04:32 -06:00
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
user/mpv/.config/mpv/watch_later/

View File

@ -1,3 +1,9 @@
{
"showLabsSettings": true
"showLabsSettings": true,
"features": {
"feature_pinning": true,
"feature_state_counters": true,
"feature_breadcrumbs_v2": true,
"feature_mjolnir": true
}
}