Add a lot of commentary
This commit is contained in:
parent
504780855c
commit
81ec202abf
|
@ -78,7 +78,7 @@ impl UnconfiguredView {
|
||||||
// Replace this with the welcome screen that we set up in the fitnesstrax/unconfigured-page
|
// Replace this with the welcome screen that we set up in the fitnesstrax/unconfigured-page
|
||||||
// branch.
|
// branch.
|
||||||
let label = gtk::Label::builder()
|
let label = gtk::Label::builder()
|
||||||
.label("Database is not configured.")
|
.label("Welcome to FitnessTrax")
|
||||||
.build();
|
.build();
|
||||||
s.append(&label);
|
s.append(&label);
|
||||||
s
|
s
|
||||||
|
|
Loading…
Reference in New Issue