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:
parent
2303d108bb
commit
13de571b3c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user