mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use the three dots icon for the menu
This commit is contained in:
parent
326905a08d
commit
aaa2f3755b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ fun LibraryNavigationBar(
|
|||
|
||||
IconButton(onClick = onSettingsIconClick) {
|
||||
Icon(
|
||||
imageVector = Icons.Default.Person,
|
||||
imageVector = Icons.Default.MoreVert,
|
||||
contentDescription = null
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue