Remove test notification from event details.
This commit is contained in:
@@ -210,12 +210,12 @@
|
|||||||
Background="{ThemeResource DividerStrokeColorDefaultBrush}" />
|
Background="{ThemeResource DividerStrokeColorDefaultBrush}" />
|
||||||
|
|
||||||
<!-- Test Notification -->
|
<!-- Test Notification -->
|
||||||
<Button Command="{x:Bind ViewModel.CreateTestNotificationCommand}" Style="{StaticResource TransparentActionButtonStyle}">
|
<!--<Button Command="{x:Bind ViewModel.CreateTestNotificationCommand}" Style="{StaticResource TransparentActionButtonStyle}">
|
||||||
<StackPanel Orientation="Horizontal" Spacing="8">
|
<StackPanel Orientation="Horizontal" Spacing="8">
|
||||||
<coreControls:WinoFontIcon FontSize="16" Icon="Reminder" />
|
<coreControls:WinoFontIcon FontSize="16" Icon="Reminder" />
|
||||||
<TextBlock VerticalAlignment="Center" Text="Test notification" />
|
<TextBlock VerticalAlignment="Center" Text="Test notification" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Button>
|
</Button>-->
|
||||||
|
|
||||||
<!-- Edit Series -->
|
<!-- Edit Series -->
|
||||||
<Border
|
<Border
|
||||||
|
|||||||
Reference in New Issue
Block a user