diff --git a/text_file_functions.cpp b/text_file_functions.cpp index 2263fa1..b77e178 100644 --- a/text_file_functions.cpp +++ b/text_file_functions.cpp @@ -579,5 +579,5 @@ bool AOApplication::get_blank_blip() bool AOApplication::is_discord_enabled() { QString f_result = read_config("discord"); - return f_result.startsWith("true"); -} \ No newline at end of file + return !f_result.startsWith("false"); +}