mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Hiding permissions when OS is windows
This commit is contained in:
@@ -19,7 +19,7 @@ define(
|
||||
if (StatusModel.get('isLinux'))
|
||||
{
|
||||
return options.fn(this);
|
||||
}
|
||||
}
|
||||
|
||||
return options.inverse(this);
|
||||
});
|
||||
|
Reference in New Issue
Block a user