mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Localize missing string.
This commit is contained in:
@@ -65,9 +65,11 @@ internal static class Program
|
||||
// Avalonia configuration, don't remove; also used by visual designer.
|
||||
public static AppBuilder BuildAvaloniaApp() => AppBuilder.Configure<App>()
|
||||
.UsePlatformDetect()
|
||||
#if DEBUG
|
||||
.LogToSerilog(LogEventLevel.Debug);
|
||||
#else
|
||||
|
||||
//#if DEBUG
|
||||
// .LogToSerilog(LogEventLevel.Debug);
|
||||
//#else
|
||||
.LogToSerilog(LogEventLevel.Information);
|
||||
#endif
|
||||
|
||||
//#endif
|
||||
}
|
||||
Reference in New Issue
Block a user