mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Removed button
This commit is contained in:
parent
631ee5b976
commit
358f53cb18
2 changed files with 0 additions and 13 deletions
|
|
@ -5068,9 +5068,6 @@
|
|||
Command="{Binding ResetActionCommand, ElementName=SettingsControl}" CommandParameter="{x:Static local:ServerSettingsResetAction.SupplyCrateOverridesSection}">
|
||||
<Image Source="{com:Icon Path=/Ark Server Manager;component/Art/Refresh.ico,Size=32}"/>
|
||||
</Button>
|
||||
<Button Width="22" Height="22" Click="OpenSupplyCrateOverridesWindow_Click" Margin="5,0,0,0" Style="{StaticResource ButtonStyle1}" Visibility="{Binding ElementName=SettingsControl, Path=BetaVersion, Converter={StaticResource BooleanToVisibilityConverter}}">
|
||||
<Image Source="{com:Icon Path=/Ark Server Manager;component/Art/Edit.ico,Size=32}"/>
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</Expander.Header>
|
||||
|
||||
|
|
|
|||
|
|
@ -4308,15 +4308,5 @@ namespace ServerManagerTool
|
|||
this.ProfileLastStarted = $"{_globalizer.GetResourceString("ServerSettings_LastStartedLabel")} {date}";
|
||||
}
|
||||
#endregion
|
||||
|
||||
private void OpenSupplyCrateOverridesWindow_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var window = new SupplyCrateOverridesWindow(this.Server.Profile);
|
||||
window.Owner = Window.GetWindow(this);
|
||||
window.Closed += Window_Closed;
|
||||
//window.SavePerformed += SupplyCrateOverridesWindow_SavePerformed;
|
||||
window.Show();
|
||||
window.Focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue