Skip to content

Commit

Permalink
Update Config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
earvonen authored Nov 7, 2023
1 parent ca63998 commit 9025413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webui/src/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const SHOW_TOP = 5;

// Mobile app
export const ENABLE_TAPPING = true;
export const ENABLE_SHAKING = true; // 'false' in v1, set to 'true' in v2
export const ENABLE_SHAKING = false; // 'false' in v1, set to 'true' in v2
export const ENABLE_BLOWING = false;
export const ENABLE_SWIPING = false;

Expand Down

0 comments on commit 9025413

Please sign in to comment.