mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
fix(client): use tabler icons (#9915)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user