7 comments (7 comments)1 reaction (1 reaction)1 assignee (1 assignee)C++1,062 forks (1,062 forks)batch import
clientfeature-requestgood first issue
Repository metrics
- Stars
- 5,642 stars (5,642 stars)
- PR merge metrics
- Avg merge 6d (Avg merge 6d)7 merged PRs in 30d (7 merged PRs in 30d)
Description
When asked for a password the user should be able to choose whether to save or not save the password.
Contributor guide
- Research direction
- Study the password prompt dialog code in the Mumble client. Identify where the password is saved and how the save decision is made. Implement a UI control (e.g., checkbox) to allow the user to decline saving, and update the saving logic accordingly.
- Tech stack
- cpp
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- C++