Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Sep 4, 2024
1 parent 1d7dde9 commit 3165cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/project-editor/lvgl/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class LVGLBuild extends Build {
"_" +
part +
"_" +
state
(state == "CHECKED|PRESSED" ? "CHECKED_PRESSED" : state)
);
}

Expand All @@ -289,7 +289,7 @@ export class LVGLBuild extends Build {
"_" +
part +
"_" +
state
(state == "CHECKED|PRESSED" ? "CHECKED_PRESSED" : state)
);
}

Expand Down

0 comments on commit 3165cd1

Please sign in to comment.