Skip to content

Commit a49d524

Browse files
committed
remove incoming call notification from taskbar
1 parent 1cceaec commit a49d524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IncomingCallNotification.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
x:Class="FSClient.IncomingCallNotification"
66
x:Name="Window"
77
Title="FSClient: Incoming Call"
8-
Width="196" Height="110" BorderThickness="2" Foreground="White" Background="Black" ResizeMode="NoResize" ShowInTaskbar="True" Icon="phone.ico" Topmost="True" Loaded="Window_Loaded">
8+
Width="196" Height="110" BorderThickness="2" Foreground="White" Background="Black" ResizeMode="NoResize" ShowInTaskbar="False" Icon="phone.ico" Topmost="True" Loaded="Window_Loaded">
99
<Window.BorderBrush>
1010
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
1111
<GradientStop Color="Black" Offset="0"/>

0 commit comments

Comments
 (0)