mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Update winfsp-netcore to .NET 5.
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Aaru.CommonTypes.Interop
|
||||
{
|
||||
get
|
||||
{
|
||||
if(!RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
if(!OperatingSystem.IsWindows())
|
||||
return Environment.UserName == "root";
|
||||
|
||||
bool isAdmin;
|
||||
|
||||
Reference in New Issue
Block a user