From 0c93bebaec56154f15d4b4d520860a92523df357 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 16 Aug 2024 18:23:49 -0400 Subject: Enable workflows by default. --- docs/dev/workflows.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/dev') diff --git a/docs/dev/workflows.md b/docs/dev/workflows.md index 561f79eb..963371b9 100644 --- a/docs/dev/workflows.md +++ b/docs/dev/workflows.md @@ -41,13 +41,7 @@ Binary Ninja Workflows is an analysis orchestration framework which simplifies t # Getting Started --- -## Enable -By default, Binary Ninja Workflows is disabled. Enable the feature via *Settings* in the UI, or with the following: - -``` -Settings().set_bool('workflows.enable', True) -``` ## Explore -- cgit v1.3.1