Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Nov 29, 2024
1 parent 08ec75b commit a456e35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ static void Main(string[] _)
using Mutex mutex = new(true, "C7B58EAD-356C-40A1-A145-7262C3C04D00", out bool createdNew);
if (!createdNew || RuntimeInformation.OSArchitecture is not Architecture.X64) return;
new Window(_.Any(_ => _.Equals("/preview", StringComparison.OrdinalIgnoreCase))).ShowDialog();

}
}

0 comments on commit a456e35

Please sign in to comment.