Skip to content

Commit

Permalink
fix: add application title
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Jun 12, 2024
1 parent 2eee695 commit 0ebdb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/bin/rsetup
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ then
fi
# shellcheck source=src/usr/lib/rsetup/tui/main.sh
source "/usr/lib/rsetup/tui/main.sh"
tui_start __tui_main
tui_start __tui_main "RSETUP"
else
if [[ "$RSETUP_EXEC_NAME" == "rsetup" ]]
then
Expand Down

0 comments on commit 0ebdb6d

Please sign in to comment.