diff --git a/src/tui.zig b/src/tui.zig index 407012e..bd7b637 100644 --- a/src/tui.zig +++ b/src/tui.zig @@ -2221,6 +2221,7 @@ pub fn run( // Disable analysis tab when no portfolio is loaded (analysis requires portfolio) if (app_inst.portfolio == null) { app_inst.analysis_disabled = true; + app_inst.projections_disabled = true; } // History tab also requires a portfolio path to locate the // history/ subdirectory.