1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Rename private method

This commit is contained in:
Dean Herbert 2021-04-27 14:35:57 +09:00
parent 2303d108bb
commit 13de571b3c

View File

@ -26,7 +26,7 @@ namespace osu.Desktop.Security
[BackgroundDependencyLoader]
private void load()
{
elevated = isElevated();
elevated = checkElevated();
}
protected override void LoadComplete()
@ -37,7 +37,7 @@ namespace osu.Desktop.Security
notifications.Post(new ElevatedPrivilegesNotification());
}
private bool isElevated()
private bool checkElevated()
{
try
{