mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add toggle for tournament client "auto progression" behaviour
Addresses https://github.com/ppy/osu/discussions/20038.
This commit is contained in:
@ -40,5 +40,7 @@ namespace osu.Game.Tournament.Models
|
||||
MinValue = 3,
|
||||
MaxValue = 4,
|
||||
};
|
||||
|
||||
public Bindable<bool> AutoProgressScreens = new BindableBool(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user