mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[PR #1042] [MERGED] Fix taskbar icon disappearing on Win11 when window loses focus #1908
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1908
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/1Remote/1Remote/pull/1042
Author: @Copilot
Created: 11/28/2025
Status: ✅ Merged
Merged: 12/1/2025
Merged by: @VShawn
Base:
main← Head:copilot/fix-issue-1026-partial-fix📝 Commits (2)
6285008Initial plan37a7edeFix taskbar icon disappearing on Win11 when window loses focus📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
Ui/View/Host/TabWindowView.xaml.cs(+2 -0)📄 Description
Completes fix for #1026. PR #1028 addressed the minimize/restore cycle, but taskbar icon still disappears on Windows 11 when the TabWindowView loses focus to another application without being minimized.
Changes
ShowInTaskbar = trueinActivatedevent handler to restore taskbar icon whenever window regains focusThis follows the existing pattern in
MainWindowView.ShowMe()and complements theShow()call fixes from #1028.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.