diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 03:47:04 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 03:47:04 -0500 |
commit | 894516236922d3acf343c55eb55301bee07c7b00 (patch) | |
tree | 7822fa82e4e726725d58529883b47bf74e492071 /yad-panel.sh | |
parent | 3b16a3d97bb292f7b8a20ed418f1859f5ce38ba7 (diff) |
Put the buttons method in a place for be execute after yad dialog
Diffstat (limited to 'yad-panel.sh')
-rw-r--r-- | yad-panel.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yad-panel.sh b/yad-panel.sh index d8b4bce..9ad789a 100644 --- a/yad-panel.sh +++ b/yad-panel.sh @@ -41,13 +41,13 @@ case $? in --center --title="Listo para empezar" \ --button="👍":0 \ --text="Puedes modificar el texto ...o si ya está todo listo empezemos!" - + + buttons case $? in 0) bash "$HOME/automatisiere-lieblingstexte/run.sh" 'Z9SWsMuc89' ;; esac - buttons else echo "No upd" fi |