bloxstrap/Bloxstrap/UI/ViewModels/Menu/PreInstallViewModel.cs
2023-10-15 15:07:28 +01:00

15 lines
452 B
C#

namespace Bloxstrap.UI.ViewModels.Menu
{
class PreInstallViewModel
{
public string Info2Text
{
get => string.Format(
Resources.Strings.Menu_PreInstall_Info_2,
"https://www.github.com/pizzaboxer/bloxstrap/wiki",
"https://www.github.com/pizzaboxer/bloxstrap/issues",
"https://discord.gg/nKjV3mGq6R");
}
}
}