mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-03-11 02:59:56 +00:00
[client] port all configuration parsing to use the new option helper
This commit is contained in:
@@ -23,7 +23,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
void app_alert(LG_MsgAlert type, const char * fmt, ...)
|
||||
{
|
||||
if (!state.lgr || params.disableAlerts)
|
||||
if (!state.lgr || !params.showAlerts)
|
||||
return;
|
||||
|
||||
va_list args;
|
||||
|
||||
Reference in New Issue
Block a user