6 lines
83 B
QML
6 lines
83 B
QML
import QtQuick
|
|
|
|
LightControlWindow {
|
|
Component.onCompleted: showFullScreen()
|
|
}
|