Fix bug with FFlags being saved when cancelled

This commit is contained in:
pizzaboxer 2023-04-12 00:33:05 +02:00
parent aeeb89445e
commit 994d736eeb
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
2 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,6 @@ namespace Bloxstrap
ShowMessageBox($"{ProjectName} is currently running, likely as a background Roblox process. Please note that not all your changes will immediately apply until you close all currently open Roblox instances.", MessageBoxImage.Information);
new MainWindow().ShowDialog();
FastFlags.Save();
}
else if (LaunchArgs.Length > 0)
{

View File

@ -60,6 +60,7 @@ namespace Bloxstrap.ViewModels
if (!App.IsFirstRun)
{
App.ShouldSaveConfigs = true;
App.FastFlags.Save();
if (App.BaseDirectory != _originalBaseDirectory)
{