mirror of
https://github.com/Maks1mS/rg552-fancontrol-phosh-plugin.git
synced 2024-12-23 18:52:58 +03:00
14 lines
492 B
XML
14 lines
492 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk+" version="3.24"/>
|
|
<template class="PhoshRG552FanControlQuickSetting" parent="PhoshQuickSetting">
|
|
<signal name="clicked" handler="on_clicked" object="PhoshRG552FanControlQuickSetting" swapped="yes"/>
|
|
<child>
|
|
<object class="PhoshStatusIcon" id="info">
|
|
<property name="visible">True</property>
|
|
<property name="icon-size">1</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|