Rename FNX to Nova

This commit is contained in:
2026-01-26 22:23:36 +01:00
parent 70e8353a50
commit 70a22d4a06
22 changed files with 67 additions and 43 deletions

View File

@@ -97,7 +97,7 @@ export class FSNavigator {
// we still replace the URL with replaceState. This way the user is not
// greeted to a 404 page when refreshing after renaming a file
if (this.history_enabled) {
window.document.title = node.path[node.base_index].name + " / FNX"
window.document.title = node.path[node.base_index].name + " / Nova"
const url = "/d" + fs_encode_path(node.path[node.base_index].path) + window.location.hash
if (push_history) {
window.history.pushState({}, window.document.title, url)