Update MainWindow to call sendLogsToBackend instead of sendLogToTelegram.
This commit is contained in:
parent
1ab023b45e
commit
46aca63341
@ -106,7 +106,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) {
|
|||||||
if (!m_fileLogWindow) {
|
if (!m_fileLogWindow) {
|
||||||
m_fileLogWindow = new FileLogWindow(this);
|
m_fileLogWindow = new FileLogWindow(this);
|
||||||
}
|
}
|
||||||
m_fileLogWindow->sendLogToTelegram();
|
m_fileLogWindow->sendLogsToBackend();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user