Skip to content

Commit

Permalink
chore(ui): Rollback to default platform darklaf3
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Mar 30, 2022
1 parent 28a5871 commit 2f05a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fireplace-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation(projects.fireplaceSwingAnimation)
implementation(libs.bundles.flatlaf)
// implementation(libs.bundles.darklaf)
implementation("com.github.weisj:darklaf-platform-preferences-jnf:latest.integration")
implementation("com.github.weisj:darklaf-platform-preferences:latest.integration")
implementation(libs.flightrecorder)

// implementation(libs.graal.sdk)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ public AppearanceControl() {
}

void install() {
manager.enableReporting(true);
SYNC_THEME_CHANGER.run();
manager.enableReporting(true);
}

void toggleSync(boolean sync) {
Expand Down

0 comments on commit 2f05a9c

Please sign in to comment.