bugfix typo
This commit is contained in:
parent
0c621e64ab
commit
2e6d52c4ae
@ -1,4 +1,6 @@
|
||||
Internet radio selector GUI designed for use on a touchscreen audio device (O2 Joggler in this case).
|
||||
# Internet radio selector GUI.
|
||||
|
||||
Designed to go fullscreen on a touchscreen device.
|
||||
|
||||
# Requirments
|
||||
|
||||
|
2
gui
2
gui
@ -65,7 +65,7 @@ export MAIN_DIALOG
|
||||
|
||||
case $1 in
|
||||
-d | --dump) echo "$MAIN_DIALOG" ;;
|
||||
*) $GTKDIALOG --space-expand=true --space-fill=true --program=MAIN_DIALOG ;;
|
||||
*) $GTKDIALOG -G +10000 +10000 --space-expand=true --space-fill=true --program=MAIN_DIALOG ;;
|
||||
esac
|
||||
|
||||
killall mpv
|
||||
|
Loading…
Reference in New Issue
Block a user