Merge pull request #747 from oluijks/user-display-name

HostService: add user display name and use it in UI
This commit is contained in:
Lemmy
2025-11-14 14:02:13 -05:00
committed by GitHub
5 changed files with 47 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ ColumnLayout {
NTextInputButton {
label: I18n.tr("settings.general.profile.picture.label", {
"user": Quickshell.env("USER" || "User")
"user": HostService.displayName
})
description: I18n.tr("settings.general.profile.picture.description")
text: Settings.data.general.avatarImage