Rename some chat components

This commit is contained in:
miruka
2019-12-10 14:57:54 -04:00
parent f65425957b
commit 3a3e0e9dbb
6 changed files with 20 additions and 20 deletions

View File

@@ -27,8 +27,8 @@ HAvatar {
small: true
svgName: "user-power-" + (admin ? "100" : "50")
colorize: admin ?
theme.chat.roomSidePane.member.adminIcon :
theme.chat.roomSidePane.member.moderatorIcon
theme.chat.roomPane.member.adminIcon :
theme.chat.roomPane.member.moderatorIcon
HoverHandler { id: powerIconHover }