removed breakpoint

pull/685/head
Greenlamp 2024-05-14 00:23:03 +02:00
parent e3685d2d19
commit 61a527c721
2 changed files with 0 additions and 2 deletions

View File

@ -80,7 +80,6 @@ export function swapCurrentKeys(config: InterfaceConfig, settingName, pressedBut
export function reloadCurrentKeys(config): void {
// need to rework this to include keys that were not there at the begining
const currentKeys = {};
debugger;
for (const key of Object.keys(config.setting)) {
const settingName = config.setting[key];
const action = config.custom[key];

View File

@ -241,7 +241,6 @@ export default abstract class AbstractSettingsUiUiHandler extends UiHandler {
if (!activeConfig.custom) return;
// For each element in the binding settings, update the icon according to the current assignment.
debugger;
for (const elm of this.bindingSettings) {
// const key = getKeyForSettingName(activeConfig, elm); // Get the key for the setting name.
const {key, icon} = getKeyAndActionFromCurrentKeysWithSettingName(activeConfig, elm);