Remove more needless usages of makeMediaUrl

This is only really needed in specific cases, e.g. localUser which isn't
attached to a connection and thus needs a little help. Notes for when
this is needed is added for future readers.
This commit is contained in:
Joshua Goins
2024-11-16 12:29:35 -05:00
parent 6b79795229
commit ef953b7574
9 changed files with 18 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ Components.AbstractMaximizeComponent {
required property string text
property color avatarColor
required property string avatarSource
required property url avatarSource
onOpened: forceActiveFocus()