Skip to content

Revert Polling Interval display to seconds#164

Merged
gbakeman merged 1 commit intodev-2.3from
153-poll-int
Jul 18, 2024
Merged

Revert Polling Interval display to seconds#164
gbakeman merged 1 commit intodev-2.3from
153-poll-int

Conversation

@gbakeman
Copy link
Copy Markdown
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
@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