diff --git a/nih_plug_egui/src/lib.rs b/nih_plug_egui/src/lib.rs index 60c59e0a..f61dea36 100644 --- a/nih_plug_egui/src/lib.rs +++ b/nih_plug_egui/src/lib.rs @@ -37,6 +37,7 @@ pub use egui; /// your parameters struct. // // TODO: DPI scaling, this needs to be implemented on the framework level +// TODO: Add some way for the plugin to check whether the GUI is open pub fn create_egui_editor( size: Arc>, initial_state: T,