rename table demo
This commit is contained in:
parent
31d8cbb2c0
commit
fc79988737
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub struct TableDemo {
|
||||||
|
|
||||||
impl super::Demo for TableDemo {
|
impl super::Demo for TableDemo {
|
||||||
fn name(&self) -> &'static str {
|
fn name(&self) -> &'static str {
|
||||||
"☰ Table"
|
"☰ Table Demo"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn show(&mut self, ctx: &egui::CtxRef, open: &mut bool) {
|
fn show(&mut self, ctx: &egui::CtxRef, open: &mut bool) {
|
||||||
|
|
Loading…
Reference in a new issue