Skip to content

Commit

Permalink
Smoother icon change in some panels
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Mar 4, 2018
1 parent 982695d commit 2e96b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/mainwindow.cpp
Expand Up @@ -752,7 +752,7 @@ void MainWindow::updateIconSnipTimeout()
const bool shouldSnip = m_clipboardStoringDisabled || hasRunningAction();
if (m_iconSnip != shouldSnip) {
m_iconSnip = shouldSnip;
m_timerTrayIconSnip.start(250);
m_timerTrayIconSnip.start(500);
updateIcon();
}
}
Expand Down

0 comments on commit 2e96b94

Please sign in to comment.