Skip to content

Commit

Permalink
fixed wrong function called
Browse files Browse the repository at this point in the history
  • Loading branch information
Greifent committed Jul 9, 2022
1 parent a38fc15 commit 0f18e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/afc-gui
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class MainWindow(Adw.Application):
builder.get_object("customtempsinfo").set_label("In the following section you can choose to set your own temperatures \n (enter 8 values, in celsius, separed by a space and press Set custom temps) \n or reimpost the default ones")

modelinfo = builder.get_object("modelinfo")
modelinfo.set_label(modelinfotext)
modelinfo.set_label(modelinfo_fun())

about = builder.get_object("about")
about.set_label(about_fun())
Expand Down

0 comments on commit 0f18e73

Please sign in to comment.