Skip to content

Commit

Permalink
[welcome] fixed showing the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Dec 12, 2024
1 parent 9e049b7 commit 63fbb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions welcome
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,8 @@ StartHere() {
[ -n "$EOS_AUR_HELPER_OTHER" ] && export EOS_AUR_HELPER_OTHER
export WELCOME_ARGS="$*"

SetBrowser

HandleOptions1 "$@"

if [ "$is_installing" = "no" ] && [ -z "$lang" ] ; then
Expand Down Expand Up @@ -1689,8 +1691,6 @@ StartHere() {
fi
fi

SetBrowser

local handle="$(shuf -i 700000-999999 -n 1)"
local tab tabname
local notebook # contains the main yad command
Expand Down

0 comments on commit 63fbb52

Please sign in to comment.