replaced ti-folder-plus
This commit is contained in:
parent
f28095ddeb
commit
20aff7dd74
2 changed files with 2 additions and 1 deletions
|
@ -642,7 +642,7 @@ function getMenu() {
|
|||
action: () => { deleteFolder(folder.value as Misskey.entities.DriveFolder); },
|
||||
} : undefined, {
|
||||
text: i18n.ts.createFolder,
|
||||
icon: 'ph-folder ph-bold ph-lg-plus',
|
||||
icon: 'ti ti-folder-plus',
|
||||
action: () => { createFolder(); },
|
||||
}];
|
||||
|
||||
|
|
|
@ -177,6 +177,7 @@ export function getConfig(): UserConfig {
|
|||
'ti ti-help-circle': 'ph-question ph-bold ph-lg',
|
||||
'ti ti-x': 'ph-x ph-bold ph-lg',
|
||||
'ti ti-folder': 'ph-folder ph-bold ph-lg',
|
||||
'ti ti-folder-plus': 'ph-folder-plus ph-bold ph-lg',
|
||||
},
|
||||
}),
|
||||
...process.env.NODE_ENV === 'production'
|
||||
|
|
Loading…
Reference in a new issue