From d46f09615aa7871d26b1699ac07bdeb869c8d399 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 22 Mar 2021 10:52:38 +0100 Subject: [PATCH] changed order of platforms --- .../host_settings/template_host_variant.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json b/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json index 53652fd192..ba009cf094 100644 --- a/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json +++ b/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json @@ -61,14 +61,14 @@ "object_type": "text" }, { - "key": "linux", - "label": "Linux", + "key": "darwin", + "label": "MacOS", "type": "list", "object_type": "text" }, { - "key": "darwin", - "label": "MacOS", + "key": "linux", + "label": "Linux", "type": "list", "object_type": "text" }