mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
refactor(App): use dash for shell update settings message
This commit is contained in:
parent
a4ee4db1b8
commit
31121aab21
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ const App = () => {
|
|||
i18n.changeLanguage(args.settings.interfaceLanguage);
|
||||
}
|
||||
if (args?.settings) {
|
||||
shell.send('update_settings', args.settings);
|
||||
shell.send('update-settings', args.settings);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
@ -118,7 +118,7 @@ const App = () => {
|
|||
}
|
||||
|
||||
if (state?.profile?.settings) {
|
||||
shell.send('update_settings', state.profile.settings);
|
||||
shell.send('update-settings', state.profile.settings);
|
||||
}
|
||||
};
|
||||
const onWindowFocus = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue