diff --git a/Bloxstrap/UI/ViewModels/Dialogs/UninstallerViewModel.cs b/Bloxstrap/UI/ViewModels/Dialogs/UninstallerViewModel.cs
index 39a957c2..5918893e 100644
--- a/Bloxstrap/UI/ViewModels/Dialogs/UninstallerViewModel.cs
+++ b/Bloxstrap/UI/ViewModels/Dialogs/UninstallerViewModel.cs
@@ -9,7 +9,7 @@ public class UninstallerViewModel
{
public string Text => String.Format(
Strings.Uninstaller_Text,
- "https://github.com/pizzaboxer/bloxstrap/wiki/Roblox-crashes-or-does-not-launch",
+ "https://github.com/bloxstraplabs/bloxstrap/wiki/Roblox-crashes-or-does-not-launch",
Paths.Base
);
diff --git a/Bloxstrap/UI/ViewModels/Installer/WelcomeViewModel.cs b/Bloxstrap/UI/ViewModels/Installer/WelcomeViewModel.cs
index 025b84a3..4adaff18 100644
--- a/Bloxstrap/UI/ViewModels/Installer/WelcomeViewModel.cs
+++ b/Bloxstrap/UI/ViewModels/Installer/WelcomeViewModel.cs
@@ -5,7 +5,7 @@ public class WelcomeViewModel : NotifyPropertyChangedViewModel
// formatting is done here instead of in xaml, it's just a bit easier
public string MainText => String.Format(
Strings.Installer_Welcome_MainText,
- "[github.com/pizzaboxer/bloxstrap](https://github.com/pizzaboxer/bloxstrap)",
+ "[github.com/bloxstraplabs/bloxstrap](https://github.com/bloxstraplabs/bloxstrap)",
"[bloxstraplabs.com](https://bloxstraplabs.com)"
);
diff --git a/Bloxstrap/UI/ViewModels/Settings/ShortcutsViewModel.cs b/Bloxstrap/UI/ViewModels/Settings/ShortcutsViewModel.cs
index cb4cc548..413bb13e 100644
--- a/Bloxstrap/UI/ViewModels/Settings/ShortcutsViewModel.cs
+++ b/Bloxstrap/UI/ViewModels/Settings/ShortcutsViewModel.cs
@@ -5,9 +5,9 @@ namespace Bloxstrap.UI.ViewModels.Settings
{
public class ShortcutsViewModel : NotifyPropertyChangedViewModel
{
- public ShortcutTask DesktopIconTask { get; } = new("Desktop", Paths.Desktop, "Bloxstrap.lnk");
+ public ShortcutTask DesktopIconTask { get; } = new("Desktop", Paths.Desktop, $"{App.ProjectName}.lnk");
- public ShortcutTask StartMenuIconTask { get; } = new("StartMenu", Paths.WindowsStartMenu, "Bloxstrap.lnk");
+ public ShortcutTask StartMenuIconTask { get; } = new("StartMenu", Paths.WindowsStartMenu, $"{App.ProjectName}.lnk");
public ShortcutTask PlayerIconTask { get; } = new("RobloxPlayer", Paths.Desktop, $"{Strings.LaunchMenu_LaunchRoblox}.lnk", "-player");
diff --git a/Bloxstrap/Utility/Filesystem.cs b/Bloxstrap/Utility/Filesystem.cs
index fe581df9..77bd2845 100644
--- a/Bloxstrap/Utility/Filesystem.cs
+++ b/Bloxstrap/Utility/Filesystem.cs
@@ -13,7 +13,7 @@ internal static long GetFreeDiskSpace(string path)
{
foreach (var drive in DriveInfo.GetDrives())
{
- // https://github.com/pizzaboxer/bloxstrap/issues/1648#issuecomment-2192571030
+ // https://github.com/bloxstraplabs/bloxstrap/issues/1648#issuecomment-2192571030
if (path.ToUpperInvariant().StartsWith(drive.Name))
return drive.AvailableFreeSpace;
}
diff --git a/README.md b/README.md
index 665f2b3c..38f0cc2b 100644
--- a/README.md
+++ b/README.md
@@ -57,10 +57,6 @@ It's not unlikely that Windows Smartscreen will show a popup when you run Bloxst
Once installed, Bloxstrap is added to your Start Menu, where you can access the menu and reconfigure your preferences if needed.
-## Screenshots
+## Code
-
-
-
-
-
+Bloxstrap uses the [WPF UI](https://github.com/lepoco/wpfui) library for the user interface design. We currently use and maintain our own fork of WPF UI at [bloxstraplabs/wpfui](https://github.com/bloxstraplabs/wpfui).
diff --git a/wpfui b/wpfui
index 8860d95d..c4c58c58 160000
--- a/wpfui
+++ b/wpfui
@@ -1 +1 @@
-Subproject commit 8860d95d46fa573e76dfe9b8a0412b90faba08d7
+Subproject commit c4c58c589970a66b27a9de41ab1b6b6539918b52