From 6ceadba95e1de6fcae14e9344ff8b02568d39925 Mon Sep 17 00:00:00 2001 From: Corentin LEMAIRE Date: Sun, 21 May 2023 19:04:08 +0200 Subject: [PATCH] Reference the good file for the icon --- Sources/Linaris/Layout.xaml.cs | 32 ++++++++++++++++---------------- Sources/Linaris/Linaris.csproj | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Sources/Linaris/Layout.xaml.cs b/Sources/Linaris/Layout.xaml.cs index 81d840d..4fd35dd 100644 --- a/Sources/Linaris/Layout.xaml.cs +++ b/Sources/Linaris/Layout.xaml.cs @@ -1,29 +1,29 @@ -namespace Linaris; - -public partial class Layout : ContentView -{ - public Layout() - { - InitializeComponent(); - } - +namespace Linaris; + +public partial class Layout : ContentView +{ + public Layout() + { + InitializeComponent(); + } + private async void Go_Home(object sender, EventArgs e) { await Navigation.PushAsync(new MainPage()); - } - + } + private async void Go_Playlists(object sender, EventArgs e) { await Navigation.PushAsync(new PlaylistsPage()); - } - + } + private async void Go_Back(object sender, EventArgs e) { await Navigation.PopAsync(); - } - + } + private async void Go_Files(object sender, EventArgs e) { await Navigation.PushAsync(new LocalFilesPage()); - } + } } \ No newline at end of file diff --git a/Sources/Linaris/Linaris.csproj b/Sources/Linaris/Linaris.csproj index 1c75113..2bf4465 100644 --- a/Sources/Linaris/Linaris.csproj +++ b/Sources/Linaris/Linaris.csproj @@ -34,7 +34,7 @@ - +