Skip to content

Commit 0c955cf

Browse files
Don't show child windows in taskbar
1 parent 38a2940 commit 0c955cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WatchOnlyBitcoinWallet/Services/WindowManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public Task ShowDialog(ViewModelBase vm)
3535
SizeToContent = SizeToContent.WidthAndHeight,
3636
WindowStartupLocation = WindowStartupLocation.CenterOwner,
3737
CanResize = false,
38+
ShowInTaskbar = false,
3839
Title = vm.GetType().Name.Replace("ViewModel", ""),
3940
};
4041

0 commit comments

Comments
 (0)