Delete localStore settings
This commit is contained in:
parent
bd562988fe
commit
e1c66136b0
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
import { localStorageStore } from '@skeletonlabs/skeleton';
|
|
||||||
|
|
||||||
export const lastSearch = localStorageStore('lastSearch', '');
|
|
||||||
export const imageGridColumns = localStorageStore('gridColumns', 6);
|
|
||||||
export const postGridPreviewQuality = localStorageStore('gridPreviewQuality', 'preview');
|
|
||||||
export const blacklist = localStorageStore('blacklist', [
|
|
||||||
'gore',
|
|
||||||
'scat',
|
|
||||||
'watersports',
|
|
||||||
'young',
|
|
||||||
'loli',
|
|
||||||
'shota',
|
|
||||||
]);
|
|
||||||
export const limitImageHeight = localStorageStore('limitImageHeight', false);
|
|
Loading…
Reference in a new issue