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") { 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 = {

View File

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