Skip to content
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

Do not force the user to click extra buttons when they ask droidcam to quit #211

Closed
pde opened this issue Jan 22, 2022 · 1 comment
Closed

Comments

@pde
Copy link

pde commented Jan 22, 2022

Choosing the "quit" option from the droidcam applet menu (for instance, to deal with #210) causes droidcam to open a dialog asking Are you sure? Connection will be lost. Sometimes this even seems to open invisibly on some other desktop workspace. This is very bad behavior: the user asked to quit, and the app made them do more work.

A dialog asking "are you sure" is appropriate if quitting an app may cause data loss, but should be removed here because the stakes are not high. If the user accidentally cuts off video they were wanting to use, they can start droidcam again.

@aramg
Copy link
Collaborator

aramg commented Jan 22, 2022

You can disable the exit confirm dialog via ~/.config/droidcam, set confirm_close to 0.

@aramg aramg closed this as completed Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants