001b945ea1
TODO: Update SceneTreeView after adding new objects
11 lines
452 B
XML
11 lines
452 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="NrxDebugVisualizer.App"
|
|
RequestedThemeVariant="Default">
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
|
|
<Application.Styles>
|
|
<SimpleTheme />
|
|
<DockSimpleTheme />
|
|
</Application.Styles>
|
|
</Application> |