Skip to content

Commit

Permalink
Additional debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Sep 18, 2024
1 parent 842a5fb commit 3394726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/Application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ Application::show_break_window()

if (!break_windows.empty() && GUIConfig::block_mode()() != BlockMode::Off)
{
TRACE_MSG("Locking screen");
toolkit->get_locker()->lock();
}
}
Expand Down

0 comments on commit 3394726

Please sign in to comment.