removed breakpoint
parent
e3685d2d19
commit
61a527c721
|
@ -80,7 +80,6 @@ export function swapCurrentKeys(config: InterfaceConfig, settingName, pressedBut
|
||||||
export function reloadCurrentKeys(config): void {
|
export function reloadCurrentKeys(config): void {
|
||||||
// need to rework this to include keys that were not there at the begining
|
// need to rework this to include keys that were not there at the begining
|
||||||
const currentKeys = {};
|
const currentKeys = {};
|
||||||
debugger;
|
|
||||||
for (const key of Object.keys(config.setting)) {
|
for (const key of Object.keys(config.setting)) {
|
||||||
const settingName = config.setting[key];
|
const settingName = config.setting[key];
|
||||||
const action = config.custom[key];
|
const action = config.custom[key];
|
||||||
|
|
|
@ -241,7 +241,6 @@ export default abstract class AbstractSettingsUiUiHandler extends UiHandler {
|
||||||
if (!activeConfig.custom) return;
|
if (!activeConfig.custom) return;
|
||||||
|
|
||||||
// For each element in the binding settings, update the icon according to the current assignment.
|
// For each element in the binding settings, update the icon according to the current assignment.
|
||||||
debugger;
|
|
||||||
for (const elm of this.bindingSettings) {
|
for (const elm of this.bindingSettings) {
|
||||||
// const key = getKeyForSettingName(activeConfig, elm); // Get the key for the setting name.
|
// const key = getKeyForSettingName(activeConfig, elm); // Get the key for the setting name.
|
||||||
const {key, icon} = getKeyAndActionFromCurrentKeysWithSettingName(activeConfig, elm);
|
const {key, icon} = getKeyAndActionFromCurrentKeysWithSettingName(activeConfig, elm);
|
||||||
|
|
Loading…
Reference in New Issue