update CMake configuration for AUR build & add PrivateInfoLabel for masked display of sensitive information

This commit is contained in:
uncor3
2025-11-08 15:09:07 +00:00
parent bdf248ce26
commit 5685f1ade0
11 changed files with 193 additions and 27 deletions
+2
View File
@@ -75,3 +75,5 @@ void InfoLabel::restoreOriginalText()
setStyleSheet("QLabel:hover { background-color: rgba(255, 255, 255, 0.1); "
"border-radius: 2px; }");
}
void InfoLabel::setOriginalText(const QString &text) { m_originalText = text; }