Resend config to connect on new access token.

This commit is contained in:
David Kocik 2024-05-13 09:12:48 +02:00
parent df40aecacc
commit 9435515a8c

View File

@ -749,6 +749,7 @@ void MainFrame::create_preset_tabs()
void MainFrame::add_connect_webview_tab() void MainFrame::add_connect_webview_tab()
{ {
if (m_connect_webview_added) { if (m_connect_webview_added) {
m_connect_webview->resend_config();
return; return;
} }
// parameters of InsertNewPage (to prevent ambigous overloaded function) // parameters of InsertNewPage (to prevent ambigous overloaded function)