1
0
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:
Dean Herbert 2021-04-27 14:38:19 +09:00
parent 2673cd3d99
commit dbcb1259e2

View File

@ -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]