mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Update submenu title
This commit is contained in:
parent
9c37a40006
commit
7a86251b2c
@ -429,8 +429,8 @@ fun TypingScreen(navController: NavHostController = rememberNavController()) {
|
||||
)
|
||||
|
||||
NavigationItem(
|
||||
title = "Long-Press Letters & Symbols",
|
||||
subtitle = "Configure long-press duration and how to order letters/symbols.",
|
||||
title = "Long-Press Keys & Spacebar",
|
||||
subtitle = "Configure long-press duration, how to order letters/symbols, and behavior of spacebar and delete key.",
|
||||
style = NavigationItemStyle.Misc,
|
||||
navigate = { navController.navigate("longPress") },
|
||||
icon = painterResource(id = R.drawable.arrow_up)
|
||||
|
Loading…
Reference in New Issue
Block a user