1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 17:23:57 +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
Unverified
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]