mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 12:08:37 +08:00
remove unecessary convert
This commit is contained in:
@@ -73,7 +73,7 @@ namespace mRemoteNG.Config.Settings
|
||||
Runtime.ExternalTools.Add(extA);
|
||||
}
|
||||
|
||||
_MainForm.SwitchToolBarText(Convert.ToBoolean(mRemoteNG.Settings.Default.ExtAppsTBShowText));
|
||||
_MainForm.SwitchToolBarText(mRemoteNG.Settings.Default.ExtAppsTBShowText);
|
||||
|
||||
frmMain.Default.AddExternalToolsToToolBar();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user