Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Flare Display #1803

Merged
merged 12 commits into from
May 24, 2024
Prev Previous commit
Next Next commit
fix ConfigLink
  • Loading branch information
hannibal002 committed May 24, 2024
commit 758c4d8573eda38a31ea9ea467a6f395d0ccfb26
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public String toString() {
public String sosColor = "0:153:159:0:5";

@Expose
@ConfigLink(owner = FlareConfig.class, field = "overlayEnabled")
@ConfigLink(owner = FlareConfig.class, field = "enabled")
public Position position = new Position(150, 200, false, true);

@Expose
Expand Down
Loading