open_popup

lib.gui.popup_configure.open_popup(name: str | None = None) None

Launch the popup, ensuring only one instance is ever open

Parameters:

name (str | None, Optional) – The name of the configuration file. Used for selecting the correct section if required. Set to None if no initial section should be selected. Default: None

Return type:

None