aboutsummaryrefslogtreecommitdiff
path: root/App.axaml
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-01 09:22:51 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-01 09:22:51 -0500
commit9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21 (patch)
tree6adc43beeaed3fa84de71e8d2b8ae7b24494cee4 /App.axaml
parentc7b2661ac11861dfbdff2ec9efd1cc579b6e5605 (diff)
downloaderable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.tar.gz
erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.tar.bz2
erable-godot-9afb145c6f23fc64c043d1d63e5b9c0dd7a4ec21.zip
Renamed project
Diffstat (limited to 'App.axaml')
-rw-r--r--App.axaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/App.axaml b/App.axaml
index ddd8046..bfb9eef 100644
--- a/App.axaml
+++ b/App.axaml
@@ -1,12 +1,12 @@
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="using:Alee_Audio_Player"
- x:Class="Alee_Audio_Player.App">
+ xmlns:local="using:AleeAudioPlayer"
+ x:Class="AleeAudioPlayer.App">
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
- <FluentTheme Mode="Light"/>
+ <FluentTheme Mode="Dark"/>
</Application.Styles>
</Application>