Skip to content

Commit 6c43acc

Browse files
📝 Fix beacon description in Jumpy settings
1 parent 88542fe commit 6c43acc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

dist/jumpy.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jumpy.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/jumpy.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ module.exports = {
2121
},
2222
useHomingBeaconEffectOnJumps: {
2323
description: 'This will animate a short lived homing beacon upon \
24-
jump. It is *temporarily* not working due to architectural \
25-
changes in Atom.',
24+
jump.',
2625
type: 'boolean',
2726
default: true
2827
},

0 commit comments

Comments
 (0)