diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-04-13 16:22:09 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-04-13 16:22:09 +0800 |
| commit | 7353154ff0e24606e864147c034acd29056e2161 (patch) | |
| tree | 75d220ceeb472596f594967a2568f70a9f733c3e /runtime/src/main/resources | |
| parent | 9bd86550edcd67c5092d7e6846ff81da495a47bd (diff) | |
| download | RoughlyEnoughItems-7353154ff0e24606e864147c034acd29056e2161.tar.gz RoughlyEnoughItems-7353154ff0e24606e864147c034acd29056e2161.tar.bz2 RoughlyEnoughItems-7353154ff0e24606e864147c034acd29056e2161.zip | |
Add option to disable compact arrows
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index b96037482..6f8b677f0 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -221,6 +221,7 @@ "config.roughlyenoughitems.search.asyncSearch": "Async Search:", "config.roughlyenoughitems.search.asyncSearchPartitionSize": "Async Search Partition Size:", "config.roughlyenoughitems.accessibility.useCompactTabs": "Compact Tabs:", + "config.roughlyenoughitems.accessibility.useCompactTabButtons": "Compact Tab Arrow Buttons:", "config.roughlyenoughitems.theme": "Appearance Theme:", "config.roughlyenoughitems.theme.dark": "Dark Theme", "config.roughlyenoughitems.theme.light": "Light Theme", |
