api: rename to get_flash_options

This commit is contained in:
Johannes Kirschbauer
2025-07-07 10:48:14 +02:00
parent 84703fa293
commit 1cb2156d87

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()}