9 lines
200 B
QML
9 lines
200 B
QML
import "root:/widgets"
|
|
import "root:/config"
|
|
|
|
MaterialIcon {
|
|
text: "power_settings_new"
|
|
color: Appearance.colours.m3error
|
|
font.bold: true
|
|
font.pointSize: Appearance.font.size.normal
|
|
}
|