Files
scheincommander/main.qml
2023-02-15 02:20:35 +01:00

11 lines
167 B
QML

import QtQuick
LightControlWindow {
Component.onCompleted: {
if (__windowed)
showNormal();
else
showFullScreen();
}
}