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