This commit is contained in:
David Sparer
2018-12-26 13:19:03 -06:00
parent bdb1812705
commit 46a188093a
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
Features/Enhancements:
----------------------
#1238: Connection panel not translated until opened for the first time
#1223: Open External Links in Default Web Browser
#1186: Fixed several dialog boxes to use localized button text
#1170: Prevent Options window from showing up in taskbar

View File

@@ -42,6 +42,7 @@ namespace mRemoteNG.UI.Window
SetMenuEventHandlers();
SetConnectionTreeEventHandlers();
Settings.Default.PropertyChanged += OnAppSettingsChanged;
ApplyLanguage();
}
private void OnAppSettingsChanged(object o, PropertyChangedEventArgs propertyChangedEventArgs)
@@ -68,7 +69,6 @@ namespace mRemoteNG.UI.Window
#region Form Stuff
private void Tree_Load(object sender, EventArgs e)
{
ApplyLanguage();
//work on the theme change
_themeManager = ThemeManager.getInstance();
_themeManager.ThemeChanged += ApplyTheme;