Resolving merge conflicts.

This commit is contained in:
BDisp
2023-03-17 11:24:53 +00:00
51 changed files with 301 additions and 157 deletions

View File

@@ -18,7 +18,7 @@ public class ExampleWindow : Window {
public ExampleWindow ()
{
Title = "Example App (Ctrl+Q to quit)";
Title = $"Example App ({Application.QuitKey} to quit)";
// Create input components and labels
var usernameLabel = new Label () {