parent
ff39fd6195
commit
894a53488a
|
|
@ -47,7 +47,7 @@ pub trait View {
|
||||||
|
|
||||||
/// Something to view
|
/// Something to view
|
||||||
pub trait Demo {
|
pub trait Demo {
|
||||||
/// Is the demo enabled for this integraton?
|
/// Is the demo enabled for this integration?
|
||||||
fn is_enabled(&self, _ctx: &egui::Context) -> bool {
|
fn is_enabled(&self, _ctx: &egui::Context) -> bool {
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue