Skip to content

Commit

Permalink
Debug: make tinyfd verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Dec 1, 2024
1 parent c18b5b7 commit a7a0e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tinyfiledialogs/tinyfiledialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ int tinyfd_winUtf8 = 1; /* on windows char strings can be 1:UTF-8(default) or 0:
/******************************************************************************************************/
/******************************************************************************************************/

int tinyfd_verbose = 0 ; /* on unix: prints the command line calls */
int tinyfd_silent = 1 ; /* 1 (default) or 0 : on unix, hide errors and warnings from called dialogs */
int tinyfd_verbose = 1 ; /* on unix: prints the command line calls */
int tinyfd_silent = 0 ; /* 1 (default) or 0 : on unix, hide errors and warnings from called dialogs */

/* Curses dialogs are difficult to use, on windows they are only ascii and uses the unix backslah */
int tinyfd_allowCursesDialogs = 0 ; /* 0 (default) or 1 */
Expand Down

0 comments on commit a7a0e01

Please sign in to comment.