control helpers for smelter

This commit is contained in:
minjaesong
2024-01-30 18:00:42 +09:00
parent 6fc87d9ae9
commit 1aee8a963a
14 changed files with 151 additions and 22 deletions

View File

@@ -87,4 +87,5 @@ object ControlPresets {
return (presets[presetName] ?: throw IllegalStateException("No such keyboard preset: $presetName")).getOrDefault(label, App.getConfigInt(label))
}
}