mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
[demo] Alwyas start with widget gallery
This commit is contained in:
@@ -25,9 +25,8 @@ impl Default for WindowOptions {
|
||||
}
|
||||
|
||||
impl super::Demo for WindowOptions {
|
||||
fn name(&self) -> &str {
|
||||
// "🗖 Window Options"
|
||||
&self.title
|
||||
fn name(&self) -> &'static str {
|
||||
"🗖 Window Options"
|
||||
}
|
||||
|
||||
fn show(&mut self, ctx: &egui::CtxRef, open: &mut bool) {
|
||||
|
||||
Reference in New Issue
Block a user