Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 4b087cd

Browse files
committed
commented new configs window title buttons out
1 parent 5bcd4eb commit 4b087cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UI/Windows/ConfigWindow.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
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>

UI/Windows/ConfigWindow.xaml.cs

+2-2
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)