Skip to content

Commit

Permalink
fix tinyfd quote check (invalid message with quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Dec 26, 2023
1 parent ed977cb commit d31c0d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object ErrorHandler {

TinyFileDialogs.tinyfd_messageBox(
"LiquidBounce Nextgen",
message,
message.replace("\"", "").replace("'", ""),
"ok",
"error",
true
Expand Down

0 comments on commit d31c0d7

Please sign in to comment.