Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 44e439c

Browse files
committed
Don't show GitHub dialog in task bar
This is consistent with other Visual Studio dialogs.
1 parent c33cf75 commit 44e439c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio.UI/Views/Dialog/GitHubDialogWindow.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
WindowStyle="None"
2828
WindowState="Normal"
2929
ResizeMode="CanResize"
30+
ShowInTaskbar="false"
3031
Content="{Binding Content}">
3132
<WindowChrome.WindowChrome>
3233
<WindowChrome

0 commit comments

Comments
 (0)