Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 7, 2025
1 parent dd2df26 commit 1dd0a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,8 @@ inline void Application::update(
dieknow::is_monitoring() ? "True" : "False";
SetWindowText(this->state, state_message.c_str());

std::cout << GetLastError();

EnableWindow(this->restore_snapshot, !this->snapshot.empty());

// Update directory listbox
Expand Down

0 comments on commit 1dd0a9d

Please sign in to comment.