Merged
Conversation
- 在应用启动时尽早设置 DPI 感知,以确保高分屏下界面显示正常 - 引入 `set_dpi_awareness` 和 `get_dpi_scale` 工具函数用于处理 DPI 缩放 - 热键对话框现在会检测热键是否被其他程序占用,并提示用户确认 - 根据 DPI 缩放调整窗口和图标尺寸,提升高分辨率屏幕下的显示效果 - 增加中英文翻译内容以支持热键冲突提示信息
Owner
|
感谢支持和贡献! |
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.
set_dpi_awareness和get_dpi_scale工具函数用于处理 DPI 缩放