🎨
This commit is contained in:
parent
f52dd7d850
commit
f90617ab07
3 changed files with 7 additions and 7 deletions
|
@ -66,7 +66,7 @@ const buttonsLeft = $computed(() => {
|
|||
});
|
||||
const buttonsRight = $computed(() => {
|
||||
const buttons = [{
|
||||
icon: 'ti ti-arrows-maximize',
|
||||
icon: 'ti ti-corner-right-down-double',
|
||||
title: i18n.ts.showInPage,
|
||||
onClick: expand,
|
||||
}];
|
||||
|
@ -86,11 +86,11 @@ provide('shouldOmitHeaderTitle', true);
|
|||
provide('shouldHeaderThin', true);
|
||||
|
||||
const contextmenu = $computed(() => ([{
|
||||
icon: 'ti ti-arrows-maximize',
|
||||
icon: 'ti ti-corner-right-down-double',
|
||||
text: i18n.ts.showInPage,
|
||||
action: expand,
|
||||
}, {
|
||||
icon: 'ti ti-external-link',
|
||||
icon: 'ti ti-window-maximize',
|
||||
text: i18n.ts.popout,
|
||||
action: popout,
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue