diff options
author | Crendgrim <Crendgrim@users.noreply.github.com> | 2024-04-14 20:35:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 19:35:24 +0100 |
commit | bb0690af2536edf9ff920c0c229de8b919215850 (patch) | |
tree | 4569fb3e674bf6d48c8108cb05e0427d077e4eae /src/main/resources/assets | |
parent | 34b62af39b4c9a64e5c04ab8fdf5a978c1cde310 (diff) | |
download | YetAnotherConfigLib-bb0690af2536edf9ff920c0c229de8b919215850.tar.gz YetAnotherConfigLib-bb0690af2536edf9ff920c0c229de8b919215850.tar.bz2 YetAnotherConfigLib-bb0690af2536edf9ff920c0c229de8b919215850.zip |
Make dropdown controllers use the new popup widget technology (#162)
* Make dropdown controllers use the new popup screen facility
This finally allows for controlling the dropdown with a mouse! :D
Scrolling, selecting, and accepting are all working!
* Fix mouse hovering of dropdown controllers
---------
Co-authored-by: isXander <xander@isxander.dev>
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/yet_another_config_lib_v3/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/assets/yet_another_config_lib_v3/lang/en_us.json b/src/main/resources/assets/yet_another_config_lib_v3/lang/en_us.json index 6556648..5e54550 100644 --- a/src/main/resources/assets/yet_another_config_lib_v3/lang/en_us.json +++ b/src/main/resources/assets/yet_another_config_lib_v3/lang/en_us.json @@ -5,6 +5,7 @@ "yacl.control.action.execute": "EXECUTE", "yacl.control.color.color_picker_title": "Color Picker", + "yacl.control.dropdown.dropdown_widget_title": "Dropdown Chooser", "yacl.control.text.blank": "<blank>", |