mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-05-13 19:54:41 -07:00
whoops
This commit is contained in:
parent
3fe4fce662
commit
12efad35c6
@ -14,7 +14,7 @@ namespace Bloxstrap.UI.ViewModels.Bootstrapper
|
|||||||
|
|
||||||
public string Title => App.Settings.Prop.BootstrapperTitle;
|
public string Title => App.Settings.Prop.BootstrapperTitle;
|
||||||
public ImageSource Icon { get; set; } = App.Settings.Prop.BootstrapperIcon.GetIcon().GetImageSource();
|
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 bool ProgressIndeterminate { get; set; } = true;
|
||||||
public int ProgressMaximum { get; set; } = 0;
|
public int ProgressMaximum { get; set; } = 0;
|
||||||
public int ProgressValue { get; set; } = 0;
|
public int ProgressValue { get; set; } = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user