[frontend/components] Move non-destructive drive file actions above destructive ones
This commit is contained in:
parent
85ba75e608
commit
f59bb86e24
1 changed files with 6 additions and 6 deletions
|
@ -43,6 +43,12 @@
|
|||
}
|
||||
<span>@File.Filename</span>
|
||||
<Menu @ref="FileMenu">
|
||||
<MenuElement Icon="Icons.ArrowSquareOut" OnSelect="OpenFile">
|
||||
<Text>@Loc["Open"]</Text>
|
||||
</MenuElement>
|
||||
<MenuElement Icon="Icons.Share" OnSelect="CopyFileLink">
|
||||
<Text>@Loc["Copy link"]</Text>
|
||||
</MenuElement>
|
||||
<MenuElement Icon="Icons.CursorText" OnSelect="RenameFile">
|
||||
<Text>@Loc["Rename"]</Text>
|
||||
</MenuElement>
|
||||
|
@ -61,12 +67,6 @@
|
|||
<MenuElement Icon="Icons.ClosedCaptioning" OnSelect="SetFileAltText">
|
||||
<Text>@Loc["Set alt text"]</Text>
|
||||
</MenuElement>
|
||||
<MenuElement Icon="Icons.ArrowSquareOut" OnSelect="OpenFile">
|
||||
<Text>@Loc["Open"]</Text>
|
||||
</MenuElement>
|
||||
<MenuElement Icon="Icons.Share" OnSelect="CopyFileLink">
|
||||
<Text>@Loc["Copy link"]</Text>
|
||||
</MenuElement>
|
||||
<MenuElement Icon="Icons.Trash" OnSelect="DeleteFile">
|
||||
<Text>@Loc["Delete"]</Text>
|
||||
</MenuElement>
|
||||
|
|
Loading…
Add table
Reference in a new issue