Skip to content

Commit

Permalink
Force NOT_TERM=1 for Tools tab in Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Mar 17, 2024
1 parent 4c448e8 commit 1125a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lux-wine
Original file line number Diff line number Diff line change
Expand Up @@ -3071,7 +3071,7 @@ lu_config() {
echo -e "$(yad --plug=$LWCFGKEY --tabnum=6 --separator="" --form "${YADSCROLL[@]}" \
--field="Log file [ $WTRX_LOG ]:TXT" "$(cat "$WTRX_LOG" 2>/dev/null)" 2>/dev/null)" > /tmp/wlogsett$LWCFGKEY &

[ ! -n "$FIRST_RUN" ] && NO_TRAY=1 yad --plug=$LWCFGKEY --tabnum=7 --columns=2 --form \
[ ! -n "$FIRST_RUN" ] && NO_TRAY=1 NOT_TERM=1 yad --plug=$LWCFGKEY --tabnum=7 --columns=2 --form \
"${YADSCROLL[@]}" \
--field="Wine explorer:FBTN" "$LWSHELL -c 'lu_explorer'" \
--field="Task manager:FBTN" "$LWSHELL -c 'lu_taskmgr'" \
Expand Down

0 comments on commit 1125a7b

Please sign in to comment.