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