Reference the good file for the icon
continuous-integration/drone/push Build is failing Details

pull/27/head
Corentin LEMAIRE 2 years ago
parent f1701150b4
commit 6ceadba95e

@ -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());
}
}
}

@ -34,7 +34,7 @@
<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\lin.svg"/>
<MauiIcon Include="Resources\AppIcon\appicon.svg"/>
<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />

Loading…
Cancel
Save