mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
OS X and linux can be treated separately
This commit is contained in:
@@ -15,8 +15,8 @@ define(
|
||||
return options.inverse(this);
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('if_linux', function(options) {
|
||||
if (StatusModel.get('isLinux'))
|
||||
Handlebars.registerHelper('if_mono', function(options) {
|
||||
if (StatusModel.get('isMono'))
|
||||
{
|
||||
return options.fn(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user