Browse Source

new release.

Signed-off-by: weisj <weisj@arcor.de>
pull/15/head
weisj 5 years ago
parent
commit
fd61ce8c99
  1. BIN
      bin/darklaf-1.2.jar
  2. BIN
      bin/darklaf-1.3.1.jar
  3. 2
      build.gradle
  4. BIN
      img/numbering_demo.png
  5. 3
      src/main/java/com/github/weisj/darklaf/LafManager.java
  6. BIN
      src/main/resources/com/github/weisj/darklaf/platform/windows/x64/jniplatform.dll
  7. BIN
      src/main/resources/com/github/weisj/darklaf/platform/windows/x86/jniplatform.dll

BIN
bin/darklaf-1.2.jar

Binary file not shown.

BIN
bin/darklaf-1.3.1.jar

Binary file not shown.

2
build.gradle

@ -46,7 +46,7 @@ publishing {
customizePom(pom)
groupId = 'com.github.weisj'
artifactId 'darklaf'
version = '1.3'
version = '1.3.1'
from components.java

BIN
img/numbering_demo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

3
src/main/java/com/github/weisj/darklaf/LafManager.java

@ -23,6 +23,7 @@
*/
package com.github.weisj.darklaf;
import com.github.weisj.darklaf.theme.DarculaTheme;
import com.github.weisj.darklaf.theme.IntelliJTheme;
import com.github.weisj.darklaf.theme.Theme;
import org.jetbrains.annotations.NotNull;
@ -48,7 +49,7 @@ public final class LafManager {
/*
* Disable for production.
*/
enableLogging(true);
enableLogging(false);
}
/**

BIN
src/main/resources/com/github/weisj/darklaf/platform/windows/x64/jniplatform.dll

Binary file not shown.

BIN
src/main/resources/com/github/weisj/darklaf/platform/windows/x86/jniplatform.dll

Binary file not shown.
Loading…
Cancel
Save