Add toggle for tournament client "auto progression" behaviour

Addresses https://github.com/ppy/osu/discussions/20038.
This commit is contained in:
Dean Herbert
2022-08-31 13:44:06 +09:00
parent 1908a2e394
commit 93bc4b9294
4 changed files with 26 additions and 12 deletions

View File

@ -40,5 +40,7 @@ namespace osu.Game.Tournament.Models
MinValue = 3,
MaxValue = 4,
};
public Bindable<bool> AutoProgressScreens = new BindableBool(true);
}
}