mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Add a note about elevated privileges also breaking integrations
This commit is contained in:
parent
2673cd3d99
commit
dbcb1259e2
@ -69,7 +69,7 @@ namespace osu.Desktop.Security
|
||||
|
||||
public ElevatedPrivilegesNotification()
|
||||
{
|
||||
Text = $"Running osu! as {(RuntimeInfo.IsUnix ? "root" : "administrator")} does not improve performance and poses a security risk. Please run the game as a normal user.";
|
||||
Text = $"Running osu! as {(RuntimeInfo.IsUnix ? "root" : "administrator")} does not improve performance, may break integrations and poses a security risk. Please run the game as a normal user.";
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user