This commit is contained in:
Jeremy Wu 2025-03-17 18:04:51 +11:00 committed by GitHub
parent 2c5fcf7b9f
commit 0f3f97a198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,7 +142,7 @@ namespace Flow.Launcher
HotkeyType.SelectPrevItemHotkey2 => _settings.SelectPrevItemHotkey2,
HotkeyType.SelectNextItemHotkey => _settings.SelectNextItemHotkey,
HotkeyType.SelectNextItemHotkey2 => _settings.SelectNextItemHotkey2,
_ => throw new System.NotImplementedException("Hotkey type not setted")
_ => throw new System.NotImplementedException("Hotkey type not set")
};
}
set
@ -197,7 +197,7 @@ namespace Flow.Launcher
_settings.SelectNextItemHotkey2 = value;
break;
default:
throw new System.NotImplementedException("Hotkey type not setted");
throw new System.NotImplementedException("Hotkey type not set");
}
// After setting the hotkey, we need to refresh the interface