Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SneWs committed Jul 11, 2024
1 parent 9bf3913 commit f9460bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrayMenuManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TrayMenuManager::TrayMenuManager(TailSettings& s, TailRunner* runner, QObject* p

// Make sure to restart the status check timer when the menu is shown
// since this will give us some time before it will try to re-fresh the menu etc
// NOTE: aboutToHide() is not used since it will not be triggered when the menu is closed/dismissed when focus is lost
// NOTE: aboutToHide() is not used since it will not be triggered when the menu is closed/dismissed when focus is lost
connect(pTrayMenu, &QMenu::aboutToShow, this, [this]() {
pStatusCheckTimer->start();
});
Expand Down

0 comments on commit f9460bc

Please sign in to comment.