Hauptfenster "&" hinzugefügt
This commit is contained in:
parent
2c99f39174
commit
2aa6615357
4
wire_g
4
wire_g
@ -212,7 +212,7 @@ connect(){
|
||||
############################################################################################################ # --text "<b>Aktiver TUNNEL:</b> <span color='#0fad0a'><b>$ACTIVE</b></span> # mit <b>gewünschtes wort</b> wird fett geschrieben.
|
||||
# Farbe für Variable $ACTIVE festgelegt mit fetter Schrift. (bei --text zwischen " ")
|
||||
|
||||
SELECTION=$(yad --no-klick --list --center --no-close \
|
||||
SELECTION=$(yad --no-klick --list --center \
|
||||
--height=300 --width=60 --title="Wire-G" \
|
||||
--buttons-layout=center \
|
||||
--button=$"Start:0" --button=$"Stop:2" \
|
||||
@ -225,7 +225,7 @@ SELECTION=$(yad --no-klick --list --center --no-close \
|
||||
--text=$"<b>Activ Tunnel: </b> <span color='#0fad0a'><b>$ACTIVE</b></span>
|
||||
<b>-----------------------------------------------------------------------------------------------------</b>
|
||||
<b>If no Tunnels are listed,</b>
|
||||
<b>so they have to import their Tunnel beforehand.</b>")
|
||||
<b>so they have to import their Tunnel beforehand.</b>") &
|
||||
RET=$?
|
||||
|
||||
[[ $? -eq 1 ]] && exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user