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