mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 04:09:15 +08:00
More focus avoidance
This commit is contained in:
@@ -23,7 +23,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
public bool HoldFocus
|
||||
{
|
||||
get { return focus; }
|
||||
get => false;
|
||||
set
|
||||
{
|
||||
focus = value;
|
||||
|
||||
Reference in New Issue
Block a user