Skip to content

Commit

Permalink
fix debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Feb 15, 2024
1 parent dc30efe commit f4989f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ void gtk_header_bar_set_show_close_button(void* header, bool settings){
real_gtk_header_bar_set_show_close_button =
(gtk_header_bar_set_show_close_button_t)dlsym(RTLD_NEXT, "gtk_header_bar_set_show_close_button");
}
printf("amogus\n");
real_gtk_header_bar_set_show_close_button(header, false);
}

0 comments on commit f4989f0

Please sign in to comment.