mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
refactor(app): use dash for update settings message
This commit is contained in:
parent
18b41fd707
commit
feb25eb65e
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ impl MainWindow {
|
|||
web_tx_web.send(RPCResponse::open_media(command_ref)).ok();
|
||||
}
|
||||
}
|
||||
Some("update_settings") => {
|
||||
Some("update-settings") => {
|
||||
if let Some(arg) = msg.get_params() {
|
||||
match serde_json::from_value::<Settings>(arg.to_owned()) {
|
||||
Ok(settings) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue