File tree Expand file tree Collapse file tree
platform/desktop/frontend/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ export default defineComponent({
256256 x-small
257257 @click =" editAttribute(attribute)"
258258 >
259- <v-icon small > mdi-settings </v-icon >
259+ <v-icon small > mdi-cog </v-icon >
260260 </v-btn >
261261 </v-col >
262262 </v-row >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default defineComponent({
2929 Training<v-icon >mdi-brain</v-icon >
3030 </v-tab >
3131 <v-tab :to =" { name: 'settings' }" >
32- Settings<v-icon >mdi-settings </v-icon >
32+ Settings<v-icon >mdi-cog </v-icon >
3333 </v-tab >
3434 </v-tabs >
3535 <v-spacer />
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default defineComponent({
4545 Training<v-icon >mdi-brain</v-icon >
4646 </v-tab >
4747 <v-tab :to =" { name: 'settings' }" >
48- Settings<v-icon >mdi-settings </v-icon >
48+ Settings<v-icon >mdi-cog </v-icon >
4949 </v-tab >
5050 </v-tabs >
5151 </template >
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ export default defineComponent({
249249 small
250250 :color =" data.settingsActive ? 'accent' : 'default'"
251251 >
252- mdi-settings
252+ mdi-cog
253253 </v-icon >
254254 </v-btn > <v-tooltip
255255 open-delay =" 100"
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export default defineComponent({
182182 small
183183 :color =" data.settingsActive ? 'accent' : 'default'"
184184 >
185- mdi-settings
185+ mdi-cog
186186 </v-icon >
187187 </v-btn >
188188 <v-tooltip
You can’t perform that action at this time.
0 commit comments