mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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',
|
||||
args: {
|
||||
...profile.settings,
|
||||
escExitFullscreen: !profile.settings.escExitFullscreen,
|
||||
escExitFullscreen: !profile.settings.escExitFullscreen
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
@ -58,7 +58,7 @@ const useGeneralOptions = (profile: Profile) => {
|
|||
action: 'UpdateSettings',
|
||||
args: {
|
||||
...profile.settings,
|
||||
quitOnClose: !profile.settings.quitOnClose,
|
||||
quitOnClose: !profile.settings.quitOnClose
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
@ -74,7 +74,7 @@ const useGeneralOptions = (profile: Profile) => {
|
|||
action: 'UpdateSettings',
|
||||
args: {
|
||||
...profile.settings,
|
||||
hideSpoilers: !profile.settings.hideSpoilers,
|
||||
hideSpoilers: !profile.settings.hideSpoilers
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue