diff --git a/packages/frontend/src/scripts/sound.ts b/packages/frontend/src/scripts/sound.ts
index 1ef41b47d35493fddc5cb17378ac8048e1665760..fca25c737fffd5b91bbde42f70228e2a9519a89b 100644
--- a/packages/frontend/src/scripts/sound.ts
+++ b/packages/frontend/src/scripts/sound.ts
@@ -17,7 +17,7 @@ export const soundConfigStore = markRaw(new Storage('sound', {
 	},
 	sound_note: {
 		where: 'account',
-		default: { type: 'syuilo/n-aec', volume: 1 },
+		default: { type: 'syuilo/n-aec', volume: 0 },
 	},
 	sound_noteMy: {
 		where: 'account',
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index 37bc6e341716e66b4492851d6d4b9c3aa96cb83e..53d9b06ab73b6c10950630df352bb35ba68160ac 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -307,7 +307,7 @@ export const defaultStore = markRaw(new Storage('base', {
 	},
 	squareAvatars: {
 		where: 'device',
-		default: false,
+		default: true,
 	},
 	postFormWithHashtags: {
 		where: 'device',