changed old appearance vars for the lockscreen + warning hunting for the polkit
C++ / fmt (pull_request) Successful in 4s
JS/TS / fmt (pull_request) Successful in 14s
JS/TS / lint (pull_request) Successful in 16s
Python / static (pull_request) Successful in 1m14s
Rust / fmt (pull_request) Successful in 1m8s
Rust / build (pull_request) Successful in 2m14s
C++ / build (pull_request) Successful in 2m36s
Rust / clippy (pull_request) Successful in 1m15s
Python / verify (pull_request) Successful in 3m19s
C++ / clang-tidy (pull_request) Successful in 4m1s

This commit is contained in:
2026-08-30 16:35:20 +02:00
parent 5598f4f435
commit 9370284c6b
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -130,7 +130,7 @@ Scope {
Layout.preferredWidth: Math.min(600, contentWidth)
font.bold: true
font.pointSize: 16
text: polkitAgent.flow?.message
text: polkitAgent.flow?.message ?? ""
wrapMode: Text.WordWrap
}
@@ -168,7 +168,7 @@ Scope {
id: showPassCheckbox
Layout.alignment: Qt.AlignLeft
checked: polkitAgent.flow?.responseVisible
checked: polkitAgent.flow?.responseVisible ?? false
text: "Show Password"
onCheckedChanged: {