Przeglądaj źródła

reorder battle settings

Laserlicht 8 miesięcy temu
rodzic
commit
5f74044d9a
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      config/widgets/settings/battleOptionsTab.json

+ 8 - 8
config/widgets/settings/battleOptionsTab.json

@@ -114,6 +114,9 @@
 				{
 					"text": "vcmi.battleOptions.rangeLimitHighlightOnHover.hover",
 				},
+				{
+					"text": "vcmi.battleOptions.showHealthBar.hover",
+				},
 				{
 					"text": "vcmi.battleOptions.showStickyHeroInfoWindows.hover",
 				},
@@ -125,9 +128,6 @@
 				},
 				{
 					"text": "vcmi.battleOptions.skipBattleIntroMusic.hover",
-				},
-				{
-					"text": "vcmi.battleOptions.showHealthBar.hover",
 				}
 			]
 		},
@@ -157,6 +157,11 @@
 					"help": "vcmi.battleOptions.rangeLimitHighlightOnHover",
 					"callback": "rangeLimitHighlightOnHoverChanged"
 				},
+				{
+					"name": "showHealthBarCheckbox",
+					"help": "vcmi.battleOptions.showHealthBar",
+					"callback": "showHealthBarChanged"
+				},
 				{
 					"name": "showStickyHeroInfoWindowsCheckbox",
 					"help": "vcmi.battleOptions.showStickyHeroInfoWindows",
@@ -176,11 +181,6 @@
 					"name": "skipBattleIntroMusicCheckbox",
 					"help": "vcmi.battleOptions.skipBattleIntroMusic",
 					"callback": "skipBattleIntroMusicChanged"
-				},
-				{
-					"name": "showHealthBarCheckbox",
-					"help": "vcmi.battleOptions.showHealthBar",
-					"callback": "showHealthBarChanged"
 				}
 			]
 		},