replaced ti-folder-plus
This commit is contained in:
@@ -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(); },
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user