[Launcher] Globalization

This commit is contained in:
ChsBuffer
2021-07-25 04:46:01 +08:00
parent 2f2e03ec46
commit 6c1f7ebc88
8 changed files with 2455 additions and 809 deletions
@@ -8,6 +8,8 @@ using namespace System::Windows::Forms;
[STAThread]
int showUI() {
AppDomain::CurrentDomain->AppendPrivatePath(Path::GetDirectoryName(Assembly::GetExecutingAssembly()->Location)); // directory of Launcher.dva, "...\plugins"
SetProcessDPIAware();
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);