Skip to content

feat: add toggle to disable long-press hint dots on toolbar keys#224

Merged
LeanBitLab merged 1 commit into
LeanBitLab:mainfrom
mvanhorn:feat/218-toolbar-longpress-hint-toggle
Jul 2, 2026
Merged

feat: add toggle to disable long-press hint dots on toolbar keys#224
LeanBitLab merged 1 commit into
LeanBitLab:mainfrom
mvanhorn:feat/218-toolbar-longpress-hint-toggle

Conversation

@mvanhorn

@mvanhorn mvanhorn commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a toolbar setting to disable the long-press hint dots shown on toolbar keys. The hints stay on by default, so existing behavior is unchanged; users who find the dots distracting can now turn them off.

Why this matters

Issue #218 asks for a way to hide the small long-press indicator dots on the toolbar keys. There was no setting for it, so users who did not want the visual clutter had no option. This adds a boolean preference (defaulting to the current behavior), surfaces it in the Toolbar settings screen, and reads it where the toolbar keys are rendered so the dots are drawn only when the preference is enabled.

Changes

  • New preference key + default in Settings/Defaults (default keeps hints visible).
  • Toggle row added to the Toolbar settings screen with a matching string resource.
  • ToolbarUtils reads the preference and omits the long-press hint dots when disabled.

Testing

Change is limited to a new opt-in preference and its read site; default rendering is unchanged. Verified by code inspection that the preference is wired through defaults, the settings UI, and the toolbar rendering path. On-device build was not exercised in this environment.

Fixes #218

@LeanBitLab LeanBitLab merged commit 948b514 into LeanBitLab:main Jul 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spots on Toolbar icons

2 participants