This repository was archived by the owner on Sep 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 ShowTitleBar =" true"
1515 Closing =" MetroWindow_Closing" >
1616
17- <controls : MetroWindow .RightWindowCommands>
17+ <!-- < controls:MetroWindow.RightWindowCommands>
1818 <controls:WindowCommands>
1919 <Button Name="BackupConfigsButton" Click="BackupConfigsButton_Click"/>
2020 <Button Name="LoadConfigsButton" Click="LoadConfigsButton_Click"/>
2121 </controls:WindowCommands>
22- </controls : MetroWindow .RightWindowCommands>
22+ </controls:MetroWindow.RightWindowCommands>-->
2323
2424 <controls : MetroWindow .Resources>
2525 <ResourceDictionary >
Original file line number Diff line number Diff line change @@ -757,8 +757,8 @@ private void Language_Translate()
757757 Rcon_MenuC . Text = Translate ( "RConCMDLineCom" ) ;
758758 FTPTestConnectionButton . Content = Translate ( "TestConnection" ) ;
759759 RCONTestConnectionButton . Content = Translate ( "TestConnection" ) ;
760- BackupConfigsButton . Content = Translate ( "BackupConfigs" ) ;
761- LoadConfigsButton . Content = Translate ( "LoadConfigs" ) ;
760+ // BackupConfigsButton.Content = Translate("BackupConfigs");
761+ // LoadConfigsButton.Content = Translate("LoadConfigs");
762762 }
763763
764764 private void EvaluateRTL ( )
You can’t perform that action at this time.
0 commit comments