Browse Source

added missing break on hide-seeding option

CauseFX 4 năm trước cách đây
mục cha
commit
9cd8a56770
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',