Enable persistent in-game settings via enablePersistingInGameSettings flag#40
Merged
Enable persistent in-game settings via enablePersistingInGameSettings flag#40
Conversation
Merge dev to main
Merge dev to main
Discord rich presence + Low latency mode
UI Redesign with Custom Components and Native macOS Support
tauri-action auto-detects bun from bun.lock and tries to use it, but bun is not installed on Windows runners. Using npm instead. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
UI improvements, code cleanup, and bug fixes
OpenNOW rebrand, auto-updates, session polling & reconnection fixes
Removed sponsor section and related images from README.
Add AI-powered release notes & game variant selector improvements
🤖 Generated with [Claude Code](https://claude.com/claude-code)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Major input latency improvements, subscription fixes
…me_settings to true Co-authored-by: zortos293 <65777760+zortos293@users.noreply.github.com>
Co-authored-by: zortos293 <65777760+zortos293@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix issue with game settings not saving
Enable persistent in-game settings via enablePersistingInGameSettings flag
Dec 26, 2025
zortos293
approved these changes
Dec 26, 2025
zortos293
added a commit
that referenced
this pull request
Feb 21, 2026
zortos293
added a commit
that referenced
this pull request
Feb 21, 2026
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.
In-game settings (graphics, controls, audio) were not persisting between GeForce NOW sessions. The client was sending
enablePersistingInGameSettings: falseto the GFN backend, while the official NVIDIA client sendstrue.Changes
enable_persisting_in_game_settings: truein session initialization requests (2 locations)enable_persisting_in_game_settings: truein native session requestsThe flag is sent in the CloudMatch session request payload. When
true, the GFN backend stores and restores player configurations across sessions.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.