Open
Conversation
Copilot
AI
changed the title
[WIP] Add window icons to catalog window
カタログにデスクトップ別ウィンドウアイコンを表示
Jul 12, 2026
Freeesia
requested changes
Jul 13, 2026
| .AddSingleton<CommandService>() | ||
| .AddSingleton<UpdateChecker>() | ||
| .AddSingleton<WindowMonitor>() | ||
| .AddSingleton<WindowIconCache>() |
Owner
There was a problem hiding this comment.
WindowIconCacheは実クラスをDI登録する必要性がないので、やめて。
|
|
||
| interface IWindowMonitor | ||
| { | ||
| event EventHandler? DesktopWindowsChanged; |
Contributor
Author
指摘を修正しました。 |
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.
各仮想デスクトップに属する表示中ウィンドウを定期収集し、カタログ上でプロセスアイコンを確認できるようにします。ラベルとバッジの表示領域を維持します。
WindowMonitorが可視ウィンドウをデスクトップ単位で収集・更新通知ImageSourceを返却