10 lines
221 B
QML
10 lines
221 B
QML
import "root:/widgets"
|
|
import "root:/services"
|
|
import "root:/config"
|
|
|
|
MaterialIcon {
|
|
text: "power_settings_new"
|
|
color: Colours.palette.m3error
|
|
font.bold: true
|
|
font.pointSize: Appearance.font.size.normal
|
|
}
|