feat: remove unused hub nav items from user edition.
Drop plan/strategy/help/archive/quotes/logs from top nav and force their display prefs off. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1101,14 +1101,14 @@ class SettingsDisplayBody(BaseModel):
|
||||
show_account_pnl: bool = True
|
||||
show_nav_funds: bool = True
|
||||
show_nav_dashboard: bool = True
|
||||
show_nav_plan: bool = True
|
||||
show_nav_archive: bool = True
|
||||
show_nav_quotes: bool = True
|
||||
show_nav_plan: bool = False
|
||||
show_nav_archive: bool = False
|
||||
show_nav_quotes: bool = False
|
||||
show_nav_ai: bool = True
|
||||
show_nav_calculator: bool = True
|
||||
show_nav_strategy: bool = True
|
||||
show_nav_help: bool = True
|
||||
show_nav_logs: bool = True
|
||||
show_nav_strategy: bool = False
|
||||
show_nav_help: bool = False
|
||||
show_nav_logs: bool = False
|
||||
|
||||
|
||||
class SupervisorSettingsBody(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user