Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert Polling Interval display to seconds #164

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

gbakeman
Copy link
Contributor

  • Replaced the polling interval field in the Prefs dialog with a NumericUpDown control, with precision to the tenths place and limited from 0.1 to 100.
  • Updated references to the polling interval field by converting stored miliseconds to seconds and back
  • Removed isModified parameter from the SavedPreferences event, the assumption being that preferences will be saved if anything was changed.
  • Removed old code from WinNUT

- Replaced the polling interval field in the Prefs dialog with a NumericUpDown control, with precision to the tenths place and limited from 0.1 to 100.
- Updated references to the polling interval field by converting stored miliseconds to seconds and back
- Removed isModified parameter from the SavedPreferences event, the assumption being that preferences will be saved if anything was changed.
- Removed old code from WinNUT
@gbakeman gbakeman linked an issue Jul 18, 2024 that may be closed by this pull request
@gbakeman gbakeman added the enhancement New feature or request label Jul 18, 2024
@gbakeman gbakeman added this to the 2.3 Stable Release milestone Jul 18, 2024
@gbakeman gbakeman merged commit c07fabc into dev-2.3 Jul 18, 2024
1 check passed
@gbakeman gbakeman deleted the 153-poll-int branch July 18, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Correct polling interval display to seconds
1 participant