Skip to content

Commit

Permalink
Fix weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Mar 11, 2024
1 parent a79700a commit 56a1194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class JetpackWidget implements PluginClass {
pressEvent: () => {
jetpackOn = !jetpackOn
},
keepPressed: true,
toggle: true,
image: () => ({
gfx: new ig.Image('media/gui/jetpackWidget.png'),
srcPos: { x: 0, y: 0 },
Expand Down

0 comments on commit 56a1194

Please sign in to comment.