Skip to content

Commit

Permalink
fix: hide inert2
Browse files Browse the repository at this point in the history
because git is slow or something
  • Loading branch information
Nerixyz committed Mar 26, 2024
1 parent ed3b0f5 commit 41816a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/widgets/OverlayWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ void OverlayWindow::endInteraction()
this->closeButton_.hide();
}

#ifdef CHATTERINO_HAS_GLOBAL_SHORTCUT
void OverlayWindow::setInert(bool inert)
{
if (this->inert_ == inert)
Expand All @@ -388,5 +389,6 @@ void OverlayWindow::setInert(bool inert)
scrollbar->scrollToBottom();
}
}
#endif

} // namespace chatterino

0 comments on commit 41816a3

Please sign in to comment.