From 4a1baf000607dde5caf6802e5af7a3296bf9db97 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Thu, 30 Sep 2021 10:46:39 -0500 Subject: [PATCH] I think I needed this to get it to build. Or I started breaknig something. Idk, I wrote this a few days ago, I just need this clone for testing so `git commit` --- src/cascadia/TerminalApp/Pane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/TerminalApp/Pane.cpp b/src/cascadia/TerminalApp/Pane.cpp index 0c5705a7b..f888cc84c 100644 --- a/src/cascadia/TerminalApp/Pane.cpp +++ b/src/cascadia/TerminalApp/Pane.cpp @@ -80,7 +80,7 @@ NewTerminalArgs Pane::GetTerminalArgsForPane() const assert(_IsLeaf()); NewTerminalArgs args{}; - auto controlSettings = _control.Settings().as(); + auto controlSettings = _control.Settings();//.as(); args.Profile(controlSettings.ProfileName()); args.StartingDirectory(controlSettings.StartingDirectory());