[Sample] Add missing titles

This commit is contained in:
2021-01-10 01:21:29 +01:00
parent 56a0eecdc9
commit 747db9d7dd
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ namespace WaveshareUARTFingerprintSensor.Sample
ColorScheme = Colors.TopLevel;
// Creates the top-level window to show
var win = new Window("TUIManager")
var win = new Window(_title)
{
X = 0,
Y = 0,

View File

@@ -32,7 +32,7 @@ namespace WaveshareUARTFingerprintSensor.Sample
ColorScheme = Colors.Error;
// Creates the top-level window to show
var win = new Window("TUIManager")
var win = new Window("Sleep")
{
X = 0,
Y = 0,