diff --git a/build-plugin.sh b/build-plugin.sh
index 7f5febd..24bafb6 100755
--- a/build-plugin.sh
+++ b/build-plugin.sh
@@ -2,7 +2,7 @@
set -eu
PLUGIN="u-navigator"
-VERSION="2026.06.23.r033"
+VERSION="2026.06.23.r034"
PKG_DIR="packages"
WORK_DIR=".plugin-build"
PKG_NAME="${PLUGIN}-${VERSION}.tgz"
diff --git a/packages/u-navigator-2026.06.23.r033.tgz b/packages/u-navigator-2026.06.23.r033.tgz
deleted file mode 100644
index 1ab3356..0000000
Binary files a/packages/u-navigator-2026.06.23.r033.tgz and /dev/null differ
diff --git a/packages/u-navigator-2026.06.23.r034.tgz b/packages/u-navigator-2026.06.23.r034.tgz
new file mode 100644
index 0000000..9cc475f
Binary files /dev/null and b/packages/u-navigator-2026.06.23.r034.tgz differ
diff --git a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page
index a533eeb..e1dcb7a 100644
--- a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page
+++ b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-Navigator.page
@@ -1,4 +1,4 @@
-Menu="Tools"
+Menu="Navigator"
Title="U-Navigator"
Icon="u-navigator/u-navigator.svg"
---
diff --git a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-NavigatorNav.page b/plugin-root/usr/local/emhttp/plugins/u-navigator/U-NavigatorNav.page
deleted file mode 100644
index b575ce9..0000000
--- a/plugin-root/usr/local/emhttp/plugins/u-navigator/U-NavigatorNav.page
+++ /dev/null
@@ -1,63 +0,0 @@
-Menu="Buttons:99"
-Title="Navigator"
-Icon="icon-u-folder"
-Code="f07b"
----
-
diff --git a/u-navigator.plg b/u-navigator.plg
index fb0ef6e..abc171b 100644
--- a/u-navigator.plg
+++ b/u-navigator.plg
@@ -1,14 +1,14 @@
-
+
]>
-
+
&description;
&support;
@@ -24,19 +24,20 @@
https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package;
-e177322bdc973f908a6559401170656c
+6407145791c8baae3dfc04a6aa45c8c4
mkdir -p /boot/config/plugins/&name;
tar -xzf /boot/config/plugins/&name;/&package; -C /
+rm -f /usr/local/emhttp/plugins/&name;/U-NavigatorNav.page
find /boot/config/plugins/&name; -type f -name "&name;-*.tgz" ! -name "&package;" -delete
echo ""
echo "-----------------------------------------------------------"
echo " &name; &version; has been installed."
echo ""
-echo " Open: U-Navigator"
+echo " Open: Navigator"
echo "-----------------------------------------------------------"
echo ""
diff --git a/u-navigator.plg.in b/u-navigator.plg.in
index 2727d2b..bce7041 100644
--- a/u-navigator.plg.in
+++ b/u-navigator.plg.in
@@ -8,7 +8,7 @@
]>
-
+
&description;
&support;
@@ -31,12 +31,13 @@
mkdir -p /boot/config/plugins/&name;
tar -xzf /boot/config/plugins/&name;/&package; -C /
+rm -f /usr/local/emhttp/plugins/&name;/U-NavigatorNav.page
find /boot/config/plugins/&name; -type f -name "&name;-*.tgz" ! -name "&package;" -delete
echo ""
echo "-----------------------------------------------------------"
echo " &name; &version; has been installed."
echo ""
-echo " Open: U-Navigator"
+echo " Open: Navigator"
echo "-----------------------------------------------------------"
echo ""