diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-02-27 15:54:45 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-02-27 15:54:45 +0200 |
commit | 554a5877fb12bbfccdbfec2903406675ffc71c31 (patch) | |
tree | 32b589980168b9edc468598c3eaf90065c0ca7a2 /.editorconfig | |
parent | 7e1b68e49bcbeb151fd77e9193377e9a360bb7f0 (diff) | |
download | LibGui-554a5877fb12bbfccdbfec2903406675ffc71c31.tar.gz LibGui-554a5877fb12bbfccdbfec2903406675ffc71c31.tar.bz2 LibGui-554a5877fb12bbfccdbfec2903406675ffc71c31.zip |
Replace LibGuiClient.config.darkMode with LibGui.isDarkMode()
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index e8cdad1..7db2d7c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,4 @@ insert_final_newline = true [*.java] ij_java_imports_layout = com.mojang.**,net.fabricmc.**,net.minecraft.**,|,*,|,javax.**,java.**,|,$* +ij_java_class_count_to_use_import_on_demand = 1000 |