Skip to content

Added tray icon with right-click options, and fixed bug "Jiggling mouse every 0 s"#94

Closed
gaylong9 wants to merge 1 commit intoarkane-systems:masterfrom
gaylong9:master
Closed

Added tray icon with right-click options, and fixed bug "Jiggling mouse every 0 s"#94
gaylong9 wants to merge 1 commit intoarkane-systems:masterfrom
gaylong9:master

Conversation

@gaylong9
Copy link
Copy Markdown

Feat: This PR adds a system tray icon with right-click options to the application. The options include:

  1. Open the main window.

  2. Exit the application.

  3. Toggle the jiggle state on/off.

These features improve user control over the application without needing to keep the main window open.

Fix: Uninitialized JigglePeriod results in "Jiggling mouse every 0 s" message

  1. Issue occurred when Jiggling was enabled and the app minimized to tray without setting the period.

  2. The JigglePeriod variable was not properly initialized in the constructor. Modifying the value of tbPeriod in the constructor does not call the function tbPeriod_ValueChanged.

  3. Fixed by assigning JigglePeriod in the MainForm constructor.

…iting app, and toggling jiggle state.

fix:  Uninitialized JigglePeriod results in "Jiggling mouse every 0 s" message when no period is set.
midwan added a commit to midwan/mousejiggler that referenced this pull request Jan 9, 2025
Basically copied PR from arkane-systems#94 with a few minor fixes
@midwan
Copy link
Copy Markdown
Collaborator

midwan commented Jan 14, 2025

Added as part of #96

@midwan midwan closed this Jan 14, 2025
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.

2 participants