Refinement dan Dokumentasi

This commit is contained in:
202310715297 RAIHAN ARIQ MUZAKKI 2025-12-31 13:53:35 +07:00
parent ca6ff4410a
commit cd035198f5
3 changed files with 3 additions and 3 deletions

View File

@ -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 = {

View File

@ -1,3 +1,3 @@
<resources>
<string name="app_name">AI Notes</string>
<string name="app_name">NotesAI</string>
</resources>