mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Set web volume to be logarithmic
This commit is contained in:
@@ -79,7 +79,7 @@ export const Playerbar = () => {
|
||||
player2={player2}
|
||||
status={status}
|
||||
style={settings.style}
|
||||
volume={volume / 100}
|
||||
volume={(volume / 100) ** 2}
|
||||
/>
|
||||
)}
|
||||
</PlayerbarContainer>
|
||||
|
||||
Reference in New Issue
Block a user