mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
update CMake configuration for AUR build & add PrivateInfoLabel for masked display of sensitive information
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user