[Sample] Add missing titles
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user