Skip to content

Commit 701d8f3

Browse files
committed
Update SpectrumAnalyzerPage.xaml
1 parent 23f2e71 commit 701d8f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dev/DevWinUI.Gallery/Views/Pages/Features/SpectrumAnalyzerPage.xaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
<ScrollViewer>
1212
<StackPanel Margin="10" dev:PanelAttach.ChildrenTransitions="Default" Spacing="10">
13+
<InfoBar Title="AOT Not Supported"
14+
IsClosable="False"
15+
IsOpen="True"
16+
Message="This sample does not work with AOT. NAudio is not AOT-compatible. Compile without AOT or replace the audio library."
17+
Severity="Warning" />
1318
<local:ControlExample DocPage="controls/spectrumAnalyzer"
1419
HeaderText="SpectrumAnalyzer">
1520
<local:ControlExample.Pane>

0 commit comments

Comments
 (0)