Skip to content

Commit

Permalink
[f] check_vid_path created
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyLazySunnyKid committed Dec 14, 2020
1 parent ebaf458 commit 8a37d7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions teiler
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ mainMenu () {
then
HELP="<span color='$help_color'>${upload}: Upload | ${save}: No Upload</span>"
menu=$(echo -e "< Exit\n---\n"$STATE_RECORDING"" | _rofi -dmenu -u 2 -p "teiler > ")
echo "$menu" >> ~/teiler.log # debug
val=$?
if [[ $val -eq 1 ]]
then
Expand Down Expand Up @@ -488,5 +487,5 @@ elif [[ $1 == "--quickcopy" ]]; then
elif [[ $1 == "--help" || $1 == "-h" ]]; then
helpCmd
else
check_img_path; mainMenu
check_img_path; check_vid_path; mainMenu
fi

0 comments on commit 8a37d7d

Please sign in to comment.