mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 04:59:53 +08:00
Use current date as default value for tournament date text box
This commit is contained in:
@@ -10,7 +10,7 @@ namespace osu.Game.Tournament.Components
|
||||
{
|
||||
public partial class DateTextBox : SettingsTextBox
|
||||
{
|
||||
private readonly BindableWithCurrent<DateTimeOffset> current = new BindableWithCurrent<DateTimeOffset>();
|
||||
private readonly BindableWithCurrent<DateTimeOffset> current = new BindableWithCurrent<DateTimeOffset>(DateTimeOffset.Now);
|
||||
|
||||
public new Bindable<DateTimeOffset>? Current
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user