fix(client): use tabler icons (#9915)

This commit is contained in:
taiy
2023-02-14 13:17:00 +09:00
committed by GitHub
parent 7436a58ea1
commit 5cf5b66696
14 changed files with 52 additions and 52 deletions

View File

@ -105,7 +105,7 @@ function onContextmenu(ev: MouseEvent) {
type: 'label',
text: path,
}, {
icon: fullView ? 'fas fa-compress' : 'fas fa-expand',
icon: fullView ? 'ti ti-minimize' : 'ti ti-maximize',
text: fullView ? i18n.ts.quitFullView : i18n.ts.fullView,
action: () => {
fullView = !fullView;