mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed language translation of Data Directory window
This commit is contained in:
parent
812c455513
commit
d1d4e98e6b
6 changed files with 60 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using ServerManagerTool.Common;
|
||||
using ServerManagerTool.Common.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
|
@ -22,6 +23,7 @@ namespace ServerManagerTool.Windows
|
|||
public DataDirectoryWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
WindowUtils.RemoveDefaultResourceDictionary(this, Config.Default.DefaultGlobalizationFile);
|
||||
|
||||
PopulateDriveInformation();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue