feat(react/note_title): bring back navigation title

This commit is contained in:
Elian Doran
2025-08-21 11:08:33 +03:00
parent 4da3e8a4d8
commit be576176c5
4 changed files with 29 additions and 19 deletions

View File

@@ -740,7 +740,7 @@ function isUpdateAvailable(latestVersion: string | null | undefined, currentVers
return compareVersions(latestVersion, currentVersion) > 0;
}
function isLaunchBarConfig(noteId: string) {
export function isLaunchBarConfig(noteId: string) {
return ["_lbRoot", "_lbAvailableLaunchers", "_lbVisibleLaunchers", "_lbMobileRoot", "_lbMobileAvailableLaunchers", "_lbMobileVisibleLaunchers"].includes(noteId);
}