mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: set the default value of searchPageModeWallpaperFixed to false
This commit is contained in:
@@ -37,5 +37,5 @@ export const settings = useStorageLocal('settings', ref<Settings>({
|
||||
|
||||
recommendationMode: 'web',
|
||||
useSearchPageModeOnHomePage: false,
|
||||
searchPageModeWallpaperFixed: true,
|
||||
searchPageModeWallpaperFixed: false,
|
||||
}), { mergeDefaults: true })
|
||||
|
||||
Reference in New Issue
Block a user