Refinement dan Dokumentasi
This commit is contained in:
parent
ca6ff4410a
commit
cd035198f5
@ -247,11 +247,11 @@ fun NotesApp() {
|
|||||||
if (!showFullScreenNote && currentScreen != "ai") {
|
if (!showFullScreenNote && currentScreen != "ai") {
|
||||||
ModernTopBar(
|
ModernTopBar(
|
||||||
title = when(currentScreen) {
|
title = when(currentScreen) {
|
||||||
"main" -> if (selectedCategory != null) selectedCategory!!.name else "AI Notes"
|
"main" -> if (selectedCategory != null) selectedCategory!!.name else "NotesAI"
|
||||||
"starred" -> "Berbintang"
|
"starred" -> "Berbintang"
|
||||||
"archive" -> "Arsip"
|
"archive" -> "Arsip"
|
||||||
"trash" -> "Sampah"
|
"trash" -> "Sampah"
|
||||||
else -> "AI Notes"
|
else -> "NotesAI"
|
||||||
},
|
},
|
||||||
showBackButton = (selectedCategory != null && currentScreen == "main"),
|
showBackButton = (selectedCategory != null && currentScreen == "main"),
|
||||||
onBackClick = {
|
onBackClick = {
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">AI Notes</string>
|
<string name="app_name">NotesAI</string>
|
||||||
</resources>
|
</resources>
|
||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user