moved menu code to ripple effect button

This commit is contained in:
fourtf
2018-08-07 23:46:00 +02:00
parent e1b8faacc9
commit 7a9af4ae84
13 changed files with 198 additions and 170 deletions
+2 -2
View File
@@ -147,8 +147,8 @@ void LogsPopup::getOverrustleLogs()
NetworkRequest req(url);
req.setCaller(QThread::currentThread());
req.onError([this, channelName](int errorCode) {
this->close();
req.onError([channelName](int errorCode) {
// this->close();
auto box = new QMessageBox(
QMessageBox::Information, "Error getting logs",
"No logs could be found for channel " + channelName);