Allow the player to toggle the display of UI Feedback chat pool
This commit is contained in:
committed by
Paul Chote
parent
6af354ff99
commit
2ea6bfba7b
@@ -61,10 +61,12 @@ namespace OpenRA
|
||||
|
||||
static bool IsPoolEnabled(TextNotificationPool pool)
|
||||
{
|
||||
var filters = Game.Settings.Game.TextNotificationPoolFilters;
|
||||
|
||||
return pool == TextNotificationPool.Chat ||
|
||||
pool == TextNotificationPool.System ||
|
||||
pool == TextNotificationPool.Mission ||
|
||||
pool == TextNotificationPool.Feedback;
|
||||
(pool == TextNotificationPool.Feedback && filters.HasFlag(TextNotificationPoolFilters.Feedback));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user