RyanWalpoleEnterprises/Moxo-QuickWeb

[Issue] "Save" button in user settings is disabled

Closed this issue · 0 comments

The Issue or Bug

When going to change user settings, you cannot make any changes due to the "save and close" button being disabled.

Version

230401

Operating System

Windows 11

Steps to reproduce the behavior

  1. Open Moxo QWS
  2. Click "Settings"
  3. Change a setting
  4. Attempt to click Save
  5. Observe button not being interactable.

Screenshots

No response

Additional Context

No response

Suggested Resolution

Form.OnLoad()

SaveButton.Enabled = true;
CancelButton.Enabled = true;