bugfix typo

This commit is contained in:
James
2019-09-03 21:10:28 +01:00
parent 0c621e64ab
commit 2e6d52c4ae
3 changed files with 5 additions and 3 deletions

2
gui
View File

@@ -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