mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-17 02:31:28 -07:00
New website domain
This commit is contained in:
parent
8d68576720
commit
6d8d482449
@ -17,7 +17,7 @@ namespace Bloxstrap
|
||||
public const string ProjectName = "Bloxstrap";
|
||||
public const string ProjectOwner = "pizzaboxer";
|
||||
public const string ProjectRepository = "pizzaboxer/bloxstrap";
|
||||
public const string ProjectDownloadLink = "https://bloxstrap.pizzaboxer.xyz";
|
||||
public const string ProjectDownloadLink = "https://bloxstraplabs.com";
|
||||
public const string ProjectHelpLink = "https://github.com/pizzaboxer/bloxstrap/wiki";
|
||||
public const string ProjectSupportLink = "https://github.com/pizzaboxer/bloxstrap/issues/new";
|
||||
|
||||
|
@ -122,7 +122,7 @@
|
||||
<TextBlock Text="{Binding SupportersLoadError, Mode=OneWay}" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
<ListView ItemsSource="{Binding Supporters, Mode=OneWay}" Margin="0,8,0,0" ScrollViewer.CanContentScroll="False">
|
||||
<ListView ItemsSource="{Binding Supporters, Mode=OneWay}" Margin="0,8,0,0" ScrollViewer.CanContentScroll="False" IsEnabled="False">
|
||||
<ListView.Style>
|
||||
<Style TargetType="ListView" BasedOn="{StaticResource {x:Type ListView}}">
|
||||
<Style.Triggers>
|
||||
|
@ -7,7 +7,7 @@
|
||||
public string MainText => String.Format(
|
||||
Resources.Strings.Installer_Welcome_MainText,
|
||||
"[github.com/pizzaboxer/bloxstrap](https://github.com/pizzaboxer/bloxstrap)",
|
||||
"[bloxstrap.pizzaboxer.xyz](https://bloxstrap.pizzaboxer.xyz)"
|
||||
"[bloxstraplabs.com](https://bloxstraplabs.com)"
|
||||
);
|
||||
|
||||
public string VersionNotice { get; private set; } = "";
|
||||
|
@ -1,5 +1,5 @@
|
||||
> [!CAUTION]
|
||||
> The only official places to download Bloxstrap are this GitHub repository and [bloxstrap.pizzaboxer.xyz](https://bloxstrap.pizzaboxer.xyz). Any other websites offering downloads or claiming to be us are not controlled by us.
|
||||
> The only official places to download Bloxstrap are this GitHub repository and [bloxstraplabs.com](https://bloxstraplabs.com). Any other websites offering downloads or claiming to be us are not controlled by us.
|
||||
|
||||
# <img src="https://github.com/pizzaboxer/bloxstrap/raw/main/Images/Bloxstrap.png" width="48"/> Bloxstrap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user