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