Back to Kavita

Setting Key Bind Picker.Component

UI/Web/src/app/settings/_components/setting-key-bind-picker/setting-key-bind-picker.component.html

0.9.0224 B
Original Source

@let keybind = selectedKeyBind() | keyBind; @if (!this.isListening()) { {{keybind | defaultValue}} } @else { {{keybind}} } @if (this.isListening()) { } @if (duplicated()) { } @if (!control().valid && !control().disabled) { }