Skip to content

Commit

Permalink
let's just acknoledge that the consolonia designer preview is not wor…
Browse files Browse the repository at this point in the history
…th it.
  • Loading branch information
tomlm committed Dec 5, 2024
1 parent 450215a commit cd043c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Consolonia.Gallery/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ private static void Main(string[] args)

public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure<App>()
#if DEBUG
.UseConsoloniaDesigner()
#else
.UseConsolonia()
#endif
.UseAutoDetectedConsole()
.LogToException();
}
Expand Down

0 comments on commit cd043c3

Please sign in to comment.