Add support to new confirmation type (Purchase) and improve localization and snackbars

This commit is contained in:
achiez
2025-07-09 22:19:21 +03:00
parent 99982cacb6
commit 3abc12f4bc
16 changed files with 97 additions and 22 deletions
+1
View File
@@ -40,5 +40,6 @@ public static class Shell
private static void CurrentDomainOnUnhandledException(object sender, UnhandledExceptionEventArgs e)
{
Logger.Fatal((Exception) e.ExceptionObject);
LogManager.Shutdown();
}
}