mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename private method
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user