Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue kotelnik#53
Browse files Browse the repository at this point in the history
Zardoz89 committed Mar 4, 2020
1 parent 295f497 commit c760791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/contents/ui/main.qml
Original file line number Diff line number Diff line change
@@ -55,8 +55,8 @@ Item {
property double iconBottomMargin: itemHeight * plasmoid.configuration.iconBottomMargin * 0.01
property bool enableLabelDropShadow: plasmoid.configuration.enableLabelDropShadow

property var systemmonitorAvailableSources
property var systemmonitorSourcesToAdd
property var systemmonitorAvailableSources
property var systemmonitorSourcesToAdd : []

property int numberOfParts: temperatureModel.count

0 comments on commit c760791

Please sign in to comment.