mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
[TabPreviews] Another tab preview behavior tweak
This commit is contained in:
parent
99a4559973
commit
4265b90643
|
@ -519,6 +519,8 @@ void TabBar::showTabPreview(bool delayed)
|
|||
|
||||
void TabBar::hideTabPreview(bool delayed)
|
||||
{
|
||||
m_tabPreviewShowTimer->stop();
|
||||
|
||||
if (delayed) {
|
||||
m_tabPreviewHideTimer->start();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user