We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cceaec commit a49d524Copy full SHA for a49d524
IncomingCallNotification.xaml
@@ -5,7 +5,7 @@
5
x:Class="FSClient.IncomingCallNotification"
6
x:Name="Window"
7
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">
+ Width="196" Height="110" BorderThickness="2" Foreground="White" Background="Black" ResizeMode="NoResize" ShowInTaskbar="False" Icon="phone.ico" Topmost="True" Loaded="Window_Loaded">
9
<Window.BorderBrush>
10
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
11
<GradientStop Color="Black" Offset="0"/>
0 commit comments