Add label that shows up if the log in link didn't open properly

This basically takes the official advice from https://github.com/Chatterino/chatterino2/issues/1779#issuecomment-699235396 and tells the user what they can do as a workaround.

Relevant issue: #1779
This commit is contained in:
Rasmus Karlsson
2020-09-26 10:24:29 +02:00
parent 64d2fc6344
commit 470fe5a58a
2 changed files with 18 additions and 3 deletions
+1
View File
@@ -29,6 +29,7 @@ public:
QHBoxLayout horizontalLayout;
QPushButton loginButton;
QPushButton pasteCodeButton;
QLabel unableToOpenBrowserHelper;
} ui_;
};