6767 Layout .maximumWidth : widthHint
6868 Accessible .role : Accessible .PageTab
6969 checked: settingsDialog .currentAccount === accountState .account
70- icon .source : accountState .account .hasAvatar ? QMLResources .resourcePath2 (" avatar" , accountState .account .uid , enabled) : undefined
70+ icon .source : accountState .account .hasAvatar ? OpenCloud .resourcePath2 (" avatar" , accountState .account .uid , enabled) : undefined
7171 icon .cache : false
7272 altText: accountState .account .initials
7373 text: accountState .account .hostName
8787 function onAvatarChanged () {
8888 icon .source = undefined ;
8989 if (accountState .account .hasAvatar ) {
90- icon .source = QMLResources .resourcePath2 (" avatar" , accountState .account .uid , enabled);
90+ icon .source = OpenCloud .resourcePath2 (" avatar" , accountState .account .uid , enabled);
9191 }
9292 }
9393 }
@@ -110,7 +110,7 @@ Pane {
110110
111111 Layout .fillHeight : true
112112 Layout .maximumWidth : widthHint
113- icon .source : QMLResources .resourcePath (" core " , " plus-solid " , enabled)
113+ icon .source : OpenCloud .resourcePath (" fontawesome " , " + " , enabled)
114114 text: qsTr (" Add Account" )
115115 visible: Theme .multiAccount || AccountManager .accounts .length === 0
116116
@@ -137,7 +137,7 @@ Pane {
137137 Layout .maximumWidth : widthHint
138138 Accessible .role : Accessible .PageTab
139139 checked: settingsDialog .currentPage === SettingsDialog .Activity
140- icon .source : QMLResources .resourcePath (" core " , " activity " , enabled)
140+ icon .source : OpenCloud .resourcePath (" fontawesome " , " " , enabled)
141141 text: qsTr (" Activity" )
142142
143143 onClicked: {
@@ -151,7 +151,7 @@ Pane {
151151 Layout .maximumWidth : widthHint
152152 Accessible .role : Accessible .PageTab
153153 checked: settingsDialog .currentPage === SettingsDialog .Settings
154- icon .source : QMLResources .resourcePath (" core " , " settings " , enabled)
154+ icon .source : OpenCloud .resourcePath (" fontawesome " , " " , enabled)
155155 text: qsTr (" Settings" )
156156
157157 onClicked: {
@@ -167,7 +167,7 @@ Pane {
167167
168168 Layout .fillHeight : true
169169 Layout .maximumWidth : widthHint
170- icon .source : QMLResources .resourcePath (" universal" , urlButton .icon , enabled)
170+ icon .source : OpenCloud .resourcePath (" universal" , urlButton .icon , enabled)
171171 text: urlButton .name
172172
173173 onClicked: {
@@ -180,7 +180,7 @@ Pane {
180180
181181 Layout .fillHeight : true
182182 Layout .maximumWidth : widthHint
183- icon .source : QMLResources .resourcePath (" core " , " quit " , enabled)
183+ icon .source : OpenCloud .resourcePath (" fontawesome " , " " , enabled)
184184 text: qsTr (" Quit" )
185185
186186 Keys .onTabPressed : {
0 commit comments