Update AppearanceViewModel.cs

This commit is contained in:
idkthegithub 2023-05-15 11:59:27 +02:00
parent 292925e1c8
commit 5dc4346424

View File

@ -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;