mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user