mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[PR #1028] [MERGED] Fix TabWindowView disappearing from Windows taskbar after hide/show cycle #3866
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#3866
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/1028
Author: @Copilot
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/20/2025
Merged by: @VShawn
Base:
main← Head:copilot/fix-tabview-taskbar-issue📝 Commits (2)
6e580c3Initial planf0763c9Fix: Explicitly set ShowInTaskbar=true for TabWindowView to prevent taskbar hiding📊 Changes
3 files changed (+3 additions, -0 deletions)
View changed files
📝
Ui/Service/SessionControlService.cs(+1 -0)📝
Ui/Service/SessionControlService_OpenConnection.cs(+1 -0)📝
Ui/Service/SessionControlService_WindowControl.cs(+1 -0)📄 Description
Tab windows were being removed from the Windows taskbar after closing all tabs and reopening connections. WPF doesn't automatically restore
ShowInTaskbarafterHide()/Show()cycles.Changes
Added explicit
ShowInTaskbar = trueafterShow()calls in three locations:This matches the existing pattern in
MainWindowView.ShowMe().Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.