mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-23 11:01:26 -07:00
15 lines
452 B
C#
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");
|
|
}
|
|
}
|
|
}
|