Skip to content

Commit 50d415b

Browse files
committed
Fix formatting in X-UI menu and update back option handling
1 parent aa1cd00 commit 50d415b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/menu/xui-menu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ main_xui_menu() {
9090
- **Web Path** : $path_display
9191
- **Access URL** : $access_url
9292
93-
## 🚀 X-UI Menu
93+
# 🚀 X-UI Menu
9494
EOF
9595

9696
if check_xui_status; then
@@ -272,7 +272,7 @@ EOF
272272
echo ""
273273
read -p "Press Enter to continue..."
274274
;;
275-
"←. Back")
275+
"←. Back" | "←. Back")
276276
return 0
277277
;;
278278
*)

0 commit comments

Comments
 (0)