Files
scheincommander/main.qml

11 lines
167 B
QML
Raw Permalink Normal View History

2023-02-15 01:12:19 +01:00
import QtQuick
LightControlWindow {
2023-02-15 02:20:35 +01:00
Component.onCompleted: {
if (__windowed)
showNormal();
else
showFullScreen();
}
2023-02-15 01:12:19 +01:00
}