mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-17 17:33:40 -05:00
fix(ui): add seperator to top of select lists
This commit is contained in:
@@ -496,6 +496,7 @@ class Questions:
|
|||||||
Returns:
|
Returns:
|
||||||
any: The selected item value.
|
any: The selected item value.
|
||||||
"""
|
"""
|
||||||
|
choices.insert(0, questionary.Separator())
|
||||||
return questionary.select(
|
return questionary.select(
|
||||||
question,
|
question,
|
||||||
choices=choices,
|
choices=choices,
|
||||||
|
|||||||
Reference in New Issue
Block a user