mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Change save icon order.
This commit is contained in:
parent
1356e433a6
commit
6cc7b851b9
@ -421,18 +421,18 @@ export function buildEditorAppBarConfiguration(
|
|||||||
visible: !capability.isHidden('redo-changes'),
|
visible: !capability.isHidden('redo-changes'),
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
{
|
|
||||||
icon: <RestoreOutlinedIcon />,
|
|
||||||
tooltip: $msg('HISTORY'),
|
|
||||||
onClick: () => onAction('history'),
|
|
||||||
visible: !capability.isHidden('history'),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: <SaveOutlinedIcon />,
|
icon: <SaveOutlinedIcon />,
|
||||||
tooltip: $msg('SAVE') + ' (' + $msg('CTRL') + ' + S)',
|
tooltip: $msg('SAVE') + ' (' + $msg('CTRL') + ' + S)',
|
||||||
onClick: save,
|
onClick: save,
|
||||||
visible: !capability.isHidden('save'),
|
visible: !capability.isHidden('save'),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <RestoreOutlinedIcon />,
|
||||||
|
tooltip: $msg('HISTORY'),
|
||||||
|
onClick: () => onAction('history'),
|
||||||
|
visible: !capability.isHidden('history'),
|
||||||
|
},
|
||||||
appBarDivisor,
|
appBarDivisor,
|
||||||
{
|
{
|
||||||
icon: <FileDownloadOutlinedIcon />,
|
icon: <FileDownloadOutlinedIcon />,
|
||||||
|
Loading…
Reference in New Issue
Block a user