Skip to content

Commit 6c54730

Browse files
authored
Merge pull request #393 from bichikim/dev
update
2 parents c7aaded + e39d0c9 commit 6c54730

File tree

1 file changed

+1
-1
lines changed
  • apps/bplan-client/src/routes/(main-layout)/(home)

1 file changed

+1
-1
lines changed

apps/bplan-client/src/routes/(main-layout)/(home)/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function HomePage(props: HomePageProps) {
2424

2525
const [settingData, setSettingData] = useStorage('local', 'coong:piano-setting', {
2626
keepPlayList: true,
27-
pianoSize: 1,
27+
pianoSize: 100,
2828
})
2929

3030
const [musics, setMusics] = useStorage<MusicInfo[]>(

0 commit comments

Comments
 (0)