This commit is contained in:
bluepilledgreat 2023-12-08 22:27:00 +00:00
parent 3fe4fce662
commit 12efad35c6

View File

@ -14,7 +14,7 @@ namespace Bloxstrap.UI.ViewModels.Bootstrapper
public string Title => App.Settings.Prop.BootstrapperTitle;
public ImageSource Icon { get; set; } = App.Settings.Prop.BootstrapperIcon.GetIcon().GetImageSource();
public string Message { get; set; } = "Please wait";
public string Message { get; set; } = "Please wait...";
public bool ProgressIndeterminate { get; set; } = true;
public int ProgressMaximum { get; set; } = 0;
public int ProgressValue { get; set; } = 0;