This commit is contained in:
Emil Ernerfeldt 2020-05-07 17:37:17 +02:00
parent 6ad74ccaf5
commit ec93f20604

View file

@ -90,7 +90,7 @@ impl ExampleWindow {
self.count += 1; self.count += 1;
} }
region.add(label!( region.add(label!(
"The button have been clicked {} times", "The button has been clicked {} times",
self.count self.count
)); ));
}); });