mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
DownloadManager: Use shorter timeout for updating window title
This commit is contained in:
parent
510f521074
commit
94d89e4fa6
@ -94,7 +94,7 @@ void DownloadManager::loadSettings()
|
||||
|
||||
void DownloadManager::show()
|
||||
{
|
||||
m_timer.start(1000 * 2, this);
|
||||
m_timer.start(500, this);
|
||||
|
||||
QWidget::show();
|
||||
raise();
|
||||
|
Loading…
Reference in New Issue
Block a user