WPF GUI Progress

This commit is contained in:
Tiago Conceição
2020-09-21 03:55:41 +01:00
parent 9fa9ca9fdd
commit 0ce27a1f9c
11 changed files with 920 additions and 331 deletions
+3
View File
@@ -6,6 +6,8 @@
* of this license document, but changing it is not allowed.
*/
using System.Globalization;
using System.Threading;
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
@@ -29,6 +31,7 @@ namespace UVtools.WPF
{
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
{
Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-GB");
UserSettings.Load();
UserSettings.SetVersion();