Feat: make some stuff optional for the CLAP/VST version
This commit is contained in:
@@ -200,6 +200,9 @@ impl App {
|
||||
}
|
||||
|
||||
pub fn maybe_show_onboarding(&mut self) {
|
||||
if self.plugin_mode {
|
||||
return;
|
||||
}
|
||||
if self.ui.modal != Modal::None {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user