mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
chore: remove unnecessary "," (2)
This commit is contained in:
parent
41a5bb7cef
commit
5eff16695c
1 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ const useGeneralOptions = (profile: Profile) => {
|
||||||
action: 'UpdateSettings',
|
action: 'UpdateSettings',
|
||||||
args: {
|
args: {
|
||||||
...profile.settings,
|
...profile.settings,
|
||||||
escExitFullscreen: !profile.settings.escExitFullscreen,
|
escExitFullscreen: !profile.settings.escExitFullscreen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
@ -58,7 +58,7 @@ const useGeneralOptions = (profile: Profile) => {
|
||||||
action: 'UpdateSettings',
|
action: 'UpdateSettings',
|
||||||
args: {
|
args: {
|
||||||
...profile.settings,
|
...profile.settings,
|
||||||
quitOnClose: !profile.settings.quitOnClose,
|
quitOnClose: !profile.settings.quitOnClose
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
@ -74,7 +74,7 @@ const useGeneralOptions = (profile: Profile) => {
|
||||||
action: 'UpdateSettings',
|
action: 'UpdateSettings',
|
||||||
args: {
|
args: {
|
||||||
...profile.settings,
|
...profile.settings,
|
||||||
hideSpoilers: !profile.settings.hideSpoilers,
|
hideSpoilers: !profile.settings.hideSpoilers
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue