Enable Discord by default if not in config.ini
This commit is contained in:
parent
e36dae20b7
commit
42e26d6775
@ -579,5 +579,5 @@ bool AOApplication::get_blank_blip()
|
|||||||
bool AOApplication::is_discord_enabled()
|
bool AOApplication::is_discord_enabled()
|
||||||
{
|
{
|
||||||
QString f_result = read_config("discord");
|
QString f_result = read_config("discord");
|
||||||
return f_result.startsWith("true");
|
return !f_result.startsWith("false");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user