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:
@@ -29,6 +29,7 @@ public:
|
||||
QHBoxLayout horizontalLayout;
|
||||
QPushButton loginButton;
|
||||
QPushButton pasteCodeButton;
|
||||
QLabel unableToOpenBrowserHelper;
|
||||
} ui_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user