Added dynamic count and exclusion panel for Auto RAM Flush#63
Open
Amolkore07 wants to merge 1 commit into
Open
Added dynamic count and exclusion panel for Auto RAM Flush#63Amolkore07 wants to merge 1 commit into
Amolkore07 wants to merge 1 commit into
Conversation
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.
Hey!
Hey there! 👋
This PR wraps up the "RAM Flush exclusion" feature so users can finally protect their important apps (like games or DAWs) from having their memory cleared out aggressively, which was causing some stuttering issues.
Here’s a quick rundown of what I added:
Exclusion Panel: Expanded the Auto RAM Flush card to include a list of running processes. Users can now just click a checkbox to protect an app from the flush.

Dynamic Counter: Added a live counter to the main card header (e.g., "Auto RAM Flush (3 excluded)") that updates instantly whenever you select or deselect an app.
Persistent Settings: Hooked the exclusion list up to user_prefs.json so the app remembers which processes are protected even after you close and reopen it.
Refresh Button: Added a handy refresh button so users can quickly update the list of running processes without needing to restart the app.
Everything was kept within the ui/ layer following the contribution guidelines and has been tested locally.