fix single backslash error spotted in shellcheck

This commit is contained in:
Joao Azevedo 2021-10-30 00:13:09 +02:00
parent 030106bf7b
commit 7700a5d2ab
No known key found for this signature in database
GPG Key ID: 0E16C30A65F31D9D
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ else
exit
fi
yad --title ScreenCapture --text "Screen capture is actively running. \nFile: $VIDEO" --button='Stop capture:100' --buttons-layout=center
yad --title ScreenCapture --text "Screen capture is actively running. \\nFile: $VIDEO" --button='Stop capture:100' --buttons-layout=center
exit_window_return=$?
if [[ $exit_window_return -eq 100 ]]