From 0baa696658e0cbaff7be6727290e843aec26c84f Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 6 Feb 2024 11:11:10 -0500 Subject: Fix project settings. --- ui/settingsview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/settingsview.h') diff --git a/ui/settingsview.h b/ui/settingsview.h index 812eed3c..f69585e6 100644 --- a/ui/settingsview.h +++ b/ui/settingsview.h @@ -371,7 +371,7 @@ class BINARYNINJAUIAPI SettingsScopeBar : public QWidget Q_OBJECT QPushButton* m_userLabel; - QPushButton* m_projectLabel; + BinaryViewScopeLabel* m_projectLabel; BinaryViewScopeLabel* m_resourceLabel; //ClickableLabel* m_openProjectLabel; QLabel* m_desc; -- cgit v1.3.1