From 3a488f9facff1f0d3a9b943d7da318424bc35efb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 12 Aug 2016 12:46:18 +0200 Subject: [PATCH] Fix default value in config.yml --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 8802dcf..22a0ae2 100644 --- a/config.yml +++ b/config.yml @@ -13,7 +13,7 @@ config: # The awful red message that shows up when you lose the focus focus_warning: true # built-in mixing - builtin_mixing: true + builtin_mixing: false # Device used for playing musics. Default value depends on your system # device: # Advanced parameters: use at your own risk! (your computer probably won't explode, though) -- 2.41.0