RanolP / measurrred

taskbar integrated tiny system monitor
MIT License
20 stars 1 forks source link

Add <if> Component #13

Closed RanolP closed 2 years ago

RanolP commented 2 years ago

Detailed design:

<if>
    <cond>
        <variable name="isChargerPlugged" />
    </cond>
    <then>
        <text>Plugged</text>
    </then>
    <else>
        <text>Battery</text>
    </else>
</if>