From cec5c58e7cc809abea16efa5343df3cd2843ff30 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Thu, 4 May 2023 14:16:06 +0100 Subject: [PATCH] Last minute fixes --- Bloxstrap/Updater.cs | 2 +- Bloxstrap/Views/Pages/FastFlagsPage.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bloxstrap/Updater.cs b/Bloxstrap/Updater.cs index dbb25b6..0bb4314 100644 --- a/Bloxstrap/Updater.cs +++ b/Bloxstrap/Updater.cs @@ -82,7 +82,7 @@ namespace Bloxstrap { EventHandler ReleaseNotesLauncher = new((_, _) => Utilities.OpenWebsite($"https://github.com/{App.ProjectRepository}/releases/tag/v{currentVersionInfo.ProductVersion}")); - App.Notification.BalloonTipTitle = "Bloxstrap has been upgraded to v{currentVersionInfo.ProductVersion}"; + App.Notification.BalloonTipTitle = $"Bloxstrap has been upgraded to v{currentVersionInfo.ProductVersion}"; App.Notification.BalloonTipText = "Click here to see what's new in this version"; App.Notification.BalloonTipClicked += ReleaseNotesLauncher; App.Notification.ShowBalloonTip(30); diff --git a/Bloxstrap/Views/Pages/FastFlagsPage.xaml b/Bloxstrap/Views/Pages/FastFlagsPage.xaml index e041b5b..1f435dc 100644 --- a/Bloxstrap/Views/Pages/FastFlagsPage.xaml +++ b/Bloxstrap/Views/Pages/FastFlagsPage.xaml @@ -56,7 +56,7 @@ - +