Add a lot of commentary

This commit is contained in:
Savanni D'Gerinel 2023-12-17 14:38:55 -05:00
parent 504780855c
commit 81ec202abf
1 changed files with 1 additions and 1 deletions

View File

@ -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