gui track should obey interface volume setting

This commit is contained in:
minjaesong
2024-04-01 18:07:54 +09:00
parent 576e868996
commit a1a70274dd
3 changed files with 5 additions and 3 deletions

View File

@@ -307,6 +307,8 @@ private class UIItemKeycap(
val homerow: Boolean = false
) : UIItem(parent, initialX, initialY) {
override var suppressHaptic = false
init {
if (parent is UIKeyboardControlPanel ) {
this.posX = initialX + parent.kbx