if (swap.contains("https://www.dropbox.com/cli_link?host_id=")) {
96
97
QString prevAuthUrl = m_authUrl;
97
m_authUrl = swap.remove("Please visit ").remove(" to link this machine.").trimmed();
98
if(prevAuthUrl.isEmpty() || prevAuthUrl!=m_authUrl) Notification().send(tr("Please visit <a href=\"%1\">url</a> to link this machine.").arg(m_authUrl));
98
m_authUrl = swap.remove("Please visit ").remove(" to link this machine.").remove("This client is not linked to any account...").trimmed();
99
if(m_showAuthUrlNotification && (prevAuthUrl.isEmpty() || prevAuthUrl!=m_authUrl)) Notification().send(tr("Please visit <a href=\"%1\">url</a> to link this machine.").arg(m_authUrl));