[PowerOCR] Fix taskbar interaction (#20126)

This commit is contained in:
Davide Giacometti
2022-08-29 11:33:39 +02:00
committed by GitHub
parent 9207983abb
commit 7d742760e7

View File

@@ -8,6 +8,8 @@
Title="PowerOCR" Title="PowerOCR"
Width="800" Width="800"
Height="450" Height="450"
ShowActivated="False"
ShowInTaskbar="False"
AllowsTransparency="True" AllowsTransparency="True"
Background="Transparent" Background="Transparent"
Loaded="Window_Loaded" Loaded="Window_Loaded"