mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Split up options into subclasses
This commit is contained in:
@ -16,13 +16,13 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
|
||||
public override string Description => @"Tests the options overlay";
|
||||
|
||||
private Options options;
|
||||
private OptionsOverlay options;
|
||||
|
||||
public override void Reset()
|
||||
{
|
||||
base.Reset();
|
||||
|
||||
Children = new[] { options = new Options() };
|
||||
Children = new[] { options = new OptionsOverlay() };
|
||||
options.ToggleVisibility();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user