Changes stash list to show short message instead of the name
This commit is contained in:
parent
26edec3de3
commit
d4991bf7b4
@ -49,7 +49,7 @@ fun Stashes(
|
|||||||
@Composable
|
@Composable
|
||||||
private fun StashRow(stash: RevCommit, onClick: () -> Unit) {
|
private fun StashRow(stash: RevCommit, onClick: () -> Unit) {
|
||||||
SideMenuSubentry(
|
SideMenuSubentry(
|
||||||
text = stash.name,
|
text = stash.shortMessage,
|
||||||
iconResourcePath = "stash.svg",
|
iconResourcePath = "stash.svg",
|
||||||
onClick = onClick,
|
onClick = onClick,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user