b-editor / beutl

Cross-platform video editing (compositing) software.
https://beutl.beditor.net
MIT License
280 stars 15 forks source link

Allow EditorExtension to extend the buttons on the title bar #1083

Open yuto-trd opened 1 month ago

yuto-trd commented 1 month ago

Is your feature request related to a problem? Please describe.

.

Describe the solution you'd like

public class EditorExtension
{
    public virtual bool TryCreateTitleBarControl(IEditorContext context, out Control? control);
}

Describe alternatives you've considered

No response

Additional context

No response