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
|
||||
private fun StashRow(stash: RevCommit, onClick: () -> Unit) {
|
||||
SideMenuSubentry(
|
||||
text = stash.name,
|
||||
text = stash.shortMessage,
|
||||
iconResourcePath = "stash.svg",
|
||||
onClick = onClick,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user