Parcourir la source

added missing break on hide-seeding option

CauseFX il y a 4 ans
Parent
commit
9cd8a56770
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      api/functions/option-functions.php

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

@@ -226,6 +226,7 @@ trait OptionsFunction
 					'type' => 'switch',
 					'label' => 'Hide Seeding',
 				];
+				break;
 			case 'hidecompleted':
 				$settingMerge = [
 					'type' => 'switch',