diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-12 12:46:18 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-12 12:46:18 +0200 |
commit | 3a488f9facff1f0d3a9b943d7da318424bc35efb (patch) | |
tree | 234d56d2d4b0bbe186bbd7dff616bcb6995410c3 | |
parent | 16847231fa5a85cbb0f792e6e461392879047c36 (diff) | |
download | MusicSampler-3a488f9facff1f0d3a9b943d7da318424bc35efb.tar.gz MusicSampler-3a488f9facff1f0d3a9b943d7da318424bc35efb.tar.zst MusicSampler-3a488f9facff1f0d3a9b943d7da318424bc35efb.zip |
Fix default value in config.yml
-rw-r--r-- | config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ config: | |||
13 | # The awful red message that shows up when you lose the focus | 13 | # The awful red message that shows up when you lose the focus |
14 | focus_warning: true | 14 | focus_warning: true |
15 | # built-in mixing | 15 | # built-in mixing |
16 | builtin_mixing: true | 16 | builtin_mixing: false |
17 | # Device used for playing musics. Default value depends on your system | 17 | # Device used for playing musics. Default value depends on your system |
18 | # device: | 18 | # device: |
19 | # Advanced parameters: use at your own risk! (your computer probably won't explode, though) | 19 | # Advanced parameters: use at your own risk! (your computer probably won't explode, though) |