mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Reselect the chosen tab when closing the channel list
This commit is contained in:
@ -173,6 +173,7 @@ namespace osu.Game.Overlays
|
||||
else
|
||||
{
|
||||
inputTextBox.HoldFocus = true;
|
||||
channelTabs.Current.Value = channelTabs.LastTab;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user