Skip to content

Commit

Permalink
Added link to feedbackform
Browse files Browse the repository at this point in the history
  • Loading branch information
ironjan committed Apr 28, 2017
1 parent b79af2f commit 93dc355
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions FeedbackWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public FeedbackWindow(InteractiveOfficeClient interactiveOfficeClient) : base("W
Add(_grid);

Button feedbackButton = new Button("Give Feedback");
feedbackButton.Sensitive = false; // FIXME Enable Button after feedback url was added
feedbackButton.Clicked += delegate { FeedbackButtonClicked(); };
_grid.Attach(feedbackButton, 0, 0, 1, 1);

Expand All @@ -27,9 +26,8 @@ public FeedbackWindow(InteractiveOfficeClient interactiveOfficeClient) : base("W
}

private static void FeedbackButtonClicked()
{
// FIXME Open Browser...
Console.WriteLine("Open Browser for Feedback.");
{
System.Diagnostics.Process.Start ("xdg-open https://l.facebook.com/l.php?u=https%3A%2F%2Fdocs.google.com%2Fforms%2Fd%2F16LmorfEAbZp0Ugxh3tGwoobcUsxFAfOFgiezMD4K9wE%2F&h=ATPvUTvsJcpaXE0dmgeeLc21RZz0sdqxZYs9Tqc49tgQnA-Fw0rvfOZAYEs97-joPsHGCgj7u_iYpe53-1EORnlj7tAQDq6sFScaDyR9yVAsAG30RsZ2DBmG2AdsqBKm");
}

private void BackToWorkButtonClicked()
Expand Down

0 comments on commit 93dc355

Please sign in to comment.