Factorio: Add optional filtering for item sends displayed in-game (#1142)

* Factorio: Added feature to filter item sends displayed in-game.

* Factorio: Document item send filter feature.

* Factorio: Fix item send filter for item links.

* (Removed superfluous type annotations.)

* CommonClient: Added is_uninteresting_item_send helper.
This commit is contained in:
recklesscoder
2022-10-28 00:07:57 +02:00
committed by GitHub
parent aeb78eaa10
commit 924f484be0
6 changed files with 50 additions and 2 deletions

View File

@@ -231,6 +231,7 @@ def get_default_options() -> OptionsType:
},
"factorio_options": {
"executable": os.path.join("factorio", "bin", "x64", "factorio"),
"filter_item_sends": False,
},
"sni_options": {
"sni": "SNI",