api: rename to get_flash_options

This commit is contained in:
Johannes Kirschbauer
2025-07-07 10:48:14 +02:00
parent c503f41b7c
commit 972059ebe4

View File

@@ -18,7 +18,7 @@ class FlashOptions(TypedDict):
@API.register
def show_flash_options() -> FlashOptions:
def get_flash_options() -> FlashOptions:
return {"languages": list_languages(), "keymaps": list_keymaps()}