From d34bd65478e02a5dc8d1e2f16f09ce7fcdafcb6d Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 4 Jul 2020 12:15:33 -0400 Subject: Workspace Settings are now Project Settings. --- binaryninjacore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index b09a917a..a6e2c0c1 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2238,8 +2238,8 @@ extern "C" SettingsAutoScope = 1, SettingsDefaultScope = 2, SettingsUserScope = 4, - SettingsWorkspaceScope = 8, - SettingsContextScope = 0x10 + SettingsProjectScope = 8, + SettingsResourceScope = 0x10 }; enum BNLinearViewObjectIdentifierType -- cgit v1.3.1