fix firefox download prompt

This commit is contained in:
idk
2020-04-03 20:55:01 -04:00
parent d4e4167fe7
commit adac22907b

2
fpw.go
View File

@ -8,8 +8,6 @@ import (
"log"
"os"
"path/filepath"
//"github.com/eyedeekay/lorca"
//hashdir "github.com/sger/go-hashdir"
)
func BasicFirefox(userdir string, private bool, args ...string) (UI, error) {