Skip to content

Commit

Permalink
Fixes kotelnik#16
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchiverton authored Jul 31, 2020
1 parent 7835369 commit 441de7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ Item {

temperatureModel.clear()

if (!systemmonitorAvailableSources) {
systemmonitorAvailableSources = []
}

if (!systemmonitorSourcesToAdd) {
systemmonitorSourcesToAdd = []
}
Expand Down

0 comments on commit 441de7e

Please sign in to comment.