Remove test notification from event details.

This commit is contained in:
Burak Kaan Köse
2026-04-12 20:53:07 +02:00
parent b6bf5f2cd1
commit 758a186c26
@@ -210,12 +210,12 @@
Background="{ThemeResource DividerStrokeColorDefaultBrush}" />
<!-- 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">
<coreControls:WinoFontIcon FontSize="16" Icon="Reminder" />
<TextBlock VerticalAlignment="Center" Text="Test notification" />
</StackPanel>
</Button>
</Button>-->
<!-- Edit Series -->
<Border