What changed, and why it matters
This commit simply adds a person's name to the About page in Electrum's QML (mobile-style) user interface. It is a routine contributor-credit update with no security relevance.
Recommended action
No security action needed; treat as normal non-security commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change modifies one string in electrum/gui/qml/components/About.qml, appending ‘\nFelix B.’ to the list of names displayed in the About dialog. There are no code logic, input handling, cryptographic, or network changes.
Changed components
electrum/gui/qml/components/About.qmlInspect captured patch +1 / −1
diff --git a/electrum/gui/qml/components/About.qml b/electrum/gui/qml/components/About.qml
index 47bf890..8c1866e 100644
--- a/electrum/gui/qml/components/About.qml
+++ b/electrum/gui/qml/components/About.qml
@@ -81,7 +81,7 @@ Pane {
Layout.alignment: Qt.AlignRight
}
Label {
- text: 'Thomas Voegtlin\nSomberNight\nSander van Grieken'
+ text: 'Thomas Voegtlin\nSomberNight\nSander van Grieken\nFelix B.'
}
Item {
width: 1
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.