mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Update AppearanceViewModel.cs
This commit is contained in:
parent
292925e1c8
commit
5dc4346424
@ -114,6 +114,12 @@ namespace Bloxstrap.ViewModels
|
||||
|
||||
public ImageSource IconPreviewSource => App.Settings.Prop.BootstrapperIcon.GetIcon().GetImageSource();
|
||||
|
||||
public bool RemoveRobloxText
|
||||
{
|
||||
get => App.Settings.Prop.RemoveRobloxText;
|
||||
set => App.Settings.Prop.RemoveRobloxText = value;
|
||||
}
|
||||
|
||||
public string Title
|
||||
{
|
||||
get => App.Settings.Prop.BootstrapperTitle;
|
||||
|
Loading…
Reference in New Issue
Block a user