From 5549fd418535a80bbd421b68569eb1b74f2810fa Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 7 Feb 2022 11:53:09 +0100 Subject: [PATCH] Add a todo for checking for open egui GUIs --- nih_plug_egui/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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,