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

[Issue] The "Give Feedback or Report Issues" button does not work. #3

Closed
RyanWalpole opened this issue Mar 17, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@RyanWalpole
Copy link
Member

The Issue or Bug

When clicking "Give Feedback or Report Issues" on the dashboard, the application does nothing.

Version

230301

Operating System

Windows 11

Steps to reproduce the behavior

  1. Open Moxo QuickWeb Studio
  2. Click "Give Feedback or Report Issues" in the header, above the web-app creation menu.
  3. Observe that nothing happens.

Screenshots

No response

Additional Context

No response

Suggested Resolution

Seems to be missing the ProcessStartInfo code to launch the URL.
Simply implement:

Process.Start("URL-To-Bug-Tracker");

for the LinkClicked event.

@RyanWalpole RyanWalpole self-assigned this Mar 17, 2023
@RyanWalpole RyanWalpole added the bug Something isn't working label Mar 17, 2023
@RyanWalpole RyanWalpole added this to the v230302 milestone Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant