mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01: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,
|
composeCharacterCount: 0,
|
||||||
settings: {
|
settings: {
|
||||||
boostsCarousel: store.local.get('settings:boostsCarousel')
|
boostsCarousel: store.local.get('settings:boostsCarousel')
|
||||||
? store.local.get('settings:boostsCarousel')
|
? store.local.get('settings:boostsCarousel') === '1'
|
||||||
: true,
|
: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue