Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a process freeze tool to the application, enabling processes to be frozen and resumed using both native Windows functionality and an enhanced mode via pssuspend64. Key changes include:
- New functions for suspending/resuming processes in main/core/tools.py.
- Updates to the listener and configuration to support process freezing.
- GUI modifications adding options and controls for managing process freeze behavior.
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| main/core/tools.py | New process freeze and resume functions added. |
| main/core/listener.py | Integration of process freeze into window hide logic. |
| main/core/config.py | Added configuration options for freeze functionality. |
| main/GUI/window_restore.py | New buttons and controls for process freeze/resume. |
| main/GUI/setting/options_page.py | New UI options for enabling freeze and enhanced freeze. |
| Other GUI files | Adjustments to support the new process freeze features. |
Comments suppressed due to low confidence (1)
main/GUI/setting/binding_page.py:86
- [nitpick] The variable name 'list' shadows the built-in Python type. Consider renaming it to a more descriptive name, such as 'available_windows', to avoid potential issues.
list = []
Closed
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.
No description provided.