Sound effect volume adjustment & tooltip (#2762)

* Set the default sound effect volume to 50%.

* Add a tooltip to describe the current volume level.

* lint import
This commit is contained in:
Will Hunt
2024-11-12 10:18:45 +00:00
committed by GitHub
parent 3535cbe2e6
commit c4c266536b
2 changed files with 6 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ export const playReactionsSound = new Setting<boolean>(
export const soundEffectVolumeSetting = new Setting<number>(
"sound-effect-volume",
1,
0.5,
);
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);