Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Don't hide image description text in feedback (mac)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed May 15, 2018
1 parent 83bd6a3 commit ba1c707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/osx/TogglDesktop/FeedbackWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ - (IBAction)sendClick:(id)sender

[self.window close];
[self.selectedImageTextField setStringValue:@""];
[self.selectedImageTextField setHidden:YES];
[self.contentTextView setString:@""];
[self.topicComboBox setStringValue:@""];

Expand Down

0 comments on commit ba1c707

Please sign in to comment.