mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-27 03:35:50 +03:00
Fix disabling Boosts Carousel not working
This commit is contained in:
parent
6f4a5553ec
commit
952f048913
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const states = proxy({
|
|||
composeCharacterCount: 0,
|
||||
settings: {
|
||||
boostsCarousel: store.local.get('settings:boostsCarousel')
|
||||
? store.local.get('settings:boostsCarousel')
|
||||
? store.local.get('settings:boostsCarousel') === '1'
|
||||
: true,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue