Merge pull request #1 from tschork/mod

removed blur on video when login box is focused, focusing on password…
This commit was merged in pull request #1.
This commit is contained in:
2025-06-21 11:05:24 +02:00
committed by GitHub

View File

@@ -74,6 +74,7 @@ Rectangle {
MouseArea { MouseArea {
id: mouseArea1 id: mouseArea1
anchors.fill: parent; anchors.fill: parent;
//onPressed: {playlist1.shuffle(); playlist1.next();} //onPressed: {playlist1.shuffle(); playlist1.next();}
onPressed: { onPressed: {
fader1.state = fader1.state == "off" ? "on" : "off" ; fader1.state = fader1.state == "off" ? "on" : "off" ;
@@ -95,9 +96,9 @@ Rectangle {
} }
WallpaperFader { WallpaperFader {
id: fader1 id: fader1
visible: true visible: false
anchors.fill: parent anchors.fill: parent
state: "off" state: "on"
source: video1 source: video1
mainStack: login_container mainStack: login_container
footer: login_container footer: login_container
@@ -537,7 +538,8 @@ Rectangle {
/* else */ /* else */
/* password_input_box.focus = true */ /* password_input_box.focus = true */
video1.focus = true //video1.focus = true
password_input_box.focus = true
// load and randomize playlist // load and randomize playlist
var time = parseInt(new Date().toLocaleTimeString(Qt.locale(),'h')) var time = parseInt(new Date().toLocaleTimeString(Qt.locale(),'h'))