Persist remote connect dialog options#18601
Merged
SaschaCowley merged 11 commits intomasterfrom Aug 8, 2025
Merged
Conversation
seanbudd
approved these changes
Aug 4, 2025
# Conflicts: # user_docs/en/changes.md
seanbudd
approved these changes
Aug 6, 2025
SaschaCowley
commented
Aug 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Closes #18512
Summary of the issue:
Since most users use their device as either follower or leader consistently, NVDA Remote Access should remember their selection.
The same can also be said of the server type and port to use for self-hosted servers.
Description of user facing changes:
The "Connect to Another Computer" dialog persists the selection of the "Mode", "Server" and "Port" controls.
Description of developer facing changes:
NVDA now sets up
wx.lib.agw.persist](https://docs.wxpython.org/wx.lib.agw.persist.html) as follows:NVDAState.shouldWriteToDiskreturnsFalse, saving is disabled.Description of development approach:
PersistenceManagersingleton ingui.initialize. Free it ingui.terminateout of an abundance of caution._remoteClient.dialogs.DirectConnectDialog.Testing strategy:
Connected to remote a number of times across a number of NVDA restarts and ensured mode was remembered.
Manually edited the
guiState.inifile to contain illegal values, and ran NVDA to ensure the defaults were used in this case.Ran NVDA with the
--launcherflag and ensured that GUI state was read but not written.Known issues with pull request:
None
Code Review Checklist:
@coderabbitai summary