mirror of https://github.com/bobwen-dev/hunter
Fixed setting media_previewer in config (#59)
This commit is contained in:
parent
6198b4e421
commit
f542922176
|
@ -134,7 +134,7 @@ impl Config {
|
|||
Ok(("media_mute", "off")) => { config.media_mute = false; },
|
||||
Ok(("media_previewer", cmd)) => {
|
||||
let cmd = cmd.to_string();
|
||||
config.select_cmd = cmd;
|
||||
config.media_previewer = cmd;
|
||||
},
|
||||
Ok(("ratios", ratios)) => {
|
||||
let ratios_str = ratios.to_string();
|
||||
|
|
Loading…
Reference in New Issue