-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WatchWindowOpen #1254
Add WatchWindowOpen #1254
Conversation
Travis tests have failedHey @ElTav, 3rd Builddocker run -e DEBIAN_FRONTEND=noninteractive --privileged -it --rm -v "${PWD}:/transgui" i386/debian:stretch-backports linux32 --32bit bash -c "cd /transgui/setup/unix/ && ./debian-ubuntu-install_deps.sh && apt upgrade -y && ./build.sh"
5th Builddocker run -e DEBIAN_FRONTEND=noninteractive -it --rm -v "${PWD}:/transgui" -v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static balenalib/armv7hf-debian:stretch bash -c "cd /transgui/setup/unix/ && ./debian-ubuntu-install_deps.sh && apt upgrade -y && ./build.sh"
6th Buildsh -c 'cd setup/macosx && ./create_app_new.sh'
TravisBuddy Request Identifier: 94ce78d0-e0e6-11e9-9589-952cf72143c3 |
Travis tests have failedHey @ElTav, 1st Buildsh -c 'cd setup/macosx && ./create_app_new.sh'
TravisBuddy Request Identifier: 2de6dd90-e0e8-11e9-9589-952cf72143c3 |
Build succeeded on my local machine but behavior was the same. Happy to take a look at it if anyone can point me in the right direction? |
Issue #1148 Asked for a way to ensure that the application window wouldn't open when the File Watcher added in #1070 picks up and adds a torrent. I don't have a ton of Pascal experience but I believe it's because
btSelectAllClick
will open the application window