mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 11:09:20 +01:00
!
This commit is contained in:
parent
7c2680a0d2
commit
04c99ffeb0
@ -54,8 +54,7 @@ class SoundSettingsTab extends SettingsTab {
|
||||
Settings.get.volumeInterface = _
|
||||
)
|
||||
|
||||
children :+= new Checkbox("Use positional sound",
|
||||
initialValue = Settings.get.soundPositional) {
|
||||
children :+= new Checkbox("Use positional sound", Settings.get.soundPositional) {
|
||||
override def minimumSize: Size2D = Size2D(512, 24)
|
||||
|
||||
override def onValueChanged(value: Boolean): Unit = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user