feat(config): let python-mpv to bee disabled by default

This commit is contained in:
Benex254
2024-08-09 15:59:56 +03:00
parent 5bfc210f59
commit 179fbe59ac

View File

@@ -47,7 +47,7 @@ class Config(object):
"rofi_theme": "",
"rofi_theme_input": "",
"rofi_theme_confirm": "",
"use_mpv_mod": "true",
"use_mpv_mod": "false",
"force_window": "immediate",
}
)