apachezy
apachezy
Sorry, I accidentally deleted the created branch, which caused the RP to be closed. Now I restored the branch and resubmitted the RP here. Please review.
Sorry, I accidentally deleted the created branch, which caused the RP to be closed. Now I restored the branch and resubmitted the RP here. Please review.
Forgot to explain, I made some changes to HookManager: 1. I replaced the HookList with HashMap, this can improve performance when there are a large number of Hooks. 2. And...
第二个问题可以选择线程数和任务数来控制
FFmpeg.cs 里 118行: var result = await Cli.Wrap(_filePath)
I had also used the same approach to allow user content in the center of the title bar, but I realized it might be a temporary workaround and didn't submit...
So I suggest adopting the "TrailingContent.HorizontalAlignment = Stretch" approach, **mark the TrailingContent property as obsolete**, introduce a new property (e.g., "RemainingSpaceContent") to replace it, and then internally link TrailingContent to...
I'll wait for your new solution to be implemented, and I'll give you a ton of likes for it! 👍
Hmm... I think this is just part of the natural process of software iteration. Changing the `TrailingContent.HorizontalAlignment` property would only have the effect of making content that was originally right-aligned...
I feel that there are still some unresolved concerns in the current TitleBar implementation, particularly regarding the combination of WPF techniques and the Windows message–based approach. While it seems to...