cleanup comments

This commit is contained in:
eximus
2023-12-10 19:33:59 -05:00
parent 3118f016bb
commit 74fb9d0b2c

View File

@@ -53,7 +53,6 @@ Rectangle {
AnimatedImage {
id: animatedGIF1
anchors.fill: parent
//source: "mepwyd8.gif"
fillMode: AnimatedImage.PreserveAspectCrop
}
@@ -110,7 +109,6 @@ Rectangle {
autoPlay: true; muted: true
playlist: Playlist {
id: playlist2; playbackMode: Playlist.Random
//onLoaded: { mediaplayer2.play() }
}
}
@@ -217,8 +215,6 @@ Rectangle {
Rectangle {
id: login_container
//y: parent.height * 0.8
y: clock.y + clock.height + 30
width: clock.width
height: parent.height * 0.08
@@ -465,7 +461,6 @@ Rectangle {
text: modelItem ? modelItem.modelData.shortName : "zz"
font.family: textFont.name
font.pixelSize: 14
//color: "white"
color: "#505050"
}
}
@@ -532,9 +527,7 @@ Rectangle {
} else {
playlist1.load(Qt.resolvedUrl(config.background_vid_night), 'm3u')
playlist2.load(Qt.resolvedUrl(config.background_vid_night), 'm3u')
//image1.source = config.background_img_night
if ( config.backgroud_img_night !== null ) {
//image1.source = config.background_img_night
var fileType = config.background_img_night.substring(config.background_img_night.lastIndexOf(".") + 1)
console.log(fileType)
if (fileType === "gif") {