Skip to content

Commit bb1a28a

Browse files
committed
Fix window's title
1 parent de288bb commit bb1a28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl App {
6262

6363
impl epi::App for App {
6464
fn name(&self) -> &str {
65-
"Red-Green-Blue"
65+
"Core of Color"
6666
}
6767

6868
fn update(&mut self, ctx: &egui::CtxRef, _frame: &mut epi::Frame<'_>) {

0 commit comments

Comments
 (0)