Browse Source

Update option-functions.php

Adding hidestatus
Jesse Hickman 4 years ago
parent
commit
d9fbd302b3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      api/functions/option-functions.php

+ 6 - 0
api/functions/option-functions.php

@@ -287,6 +287,12 @@ trait OptionsFunction
 					'label' => 'Hide Completed',
 				];
 				break;
+			case 'hidestatus':
+				$settingMerge = [
+					'type' => 'switch',
+					'label' => 'Hide Status',
+				];
+				break;
 			case 'limit':
 				$settingMerge = [
 					'type' => 'number',