From 7b4ad453055d4384c9850213dd1bae68ff694bf9 Mon Sep 17 00:00:00 2001 From: Insomniachi Date: Wed, 20 Mar 2024 22:16:25 +0530 Subject: [PATCH] temp fix pipine broken --- Totoro.WinUI/App.xaml.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Totoro.WinUI/App.xaml.cs b/Totoro.WinUI/App.xaml.cs index c1b7bb6..7af6300 100644 --- a/Totoro.WinUI/App.xaml.cs +++ b/Totoro.WinUI/App.xaml.cs @@ -38,10 +38,7 @@ public partial class App : Application, IEnableLogger config.SetBasePath(Package.Current.InstalledLocation.Path) .AddJsonFile("appsettings.json"); } - -#if DEBUG config.AddJsonFile("appsettings.Development.json"); -#endif }) .ConfigureServices((context, services) => {