This repository was archived by the owner on Sep 11, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
ShowTitleBar =" true"
15
15
Closing =" MetroWindow_Closing" >
16
16
17
- <controls : MetroWindow .RightWindowCommands>
17
+ <!-- < controls:MetroWindow.RightWindowCommands>
18
18
<controls:WindowCommands>
19
19
<Button Name="BackupConfigsButton" Click="BackupConfigsButton_Click"/>
20
20
<Button Name="LoadConfigsButton" Click="LoadConfigsButton_Click"/>
21
21
</controls:WindowCommands>
22
- </controls : MetroWindow .RightWindowCommands>
22
+ </controls:MetroWindow.RightWindowCommands>-->
23
23
24
24
<controls : MetroWindow .Resources>
25
25
<ResourceDictionary >
Original file line number Diff line number Diff line change @@ -757,8 +757,8 @@ private void Language_Translate()
757
757
Rcon_MenuC . Text = Translate ( "RConCMDLineCom" ) ;
758
758
FTPTestConnectionButton . Content = Translate ( "TestConnection" ) ;
759
759
RCONTestConnectionButton . Content = Translate ( "TestConnection" ) ;
760
- BackupConfigsButton . Content = Translate ( "BackupConfigs" ) ;
761
- LoadConfigsButton . Content = Translate ( "LoadConfigs" ) ;
760
+ // BackupConfigsButton.Content = Translate("BackupConfigs");
761
+ // LoadConfigsButton.Content = Translate("LoadConfigs");
762
762
}
763
763
764
764
private void EvaluateRTL ( )
You can’t perform that action at this time.
0 commit comments