Skip to content

Commit 903aff8

Browse files
committed
Add todos
1 parent 980fc4b commit 903aff8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Main.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,14 @@ public FilesTab(AutomationElement Files)
114114
_currentPathGet ??= _windowContent.FindFirstChild(cf => cf.ByAutomationId("CurrentPathGet"))?.AsTextBox();
115115
if (_currentPathGet == null)
116116
{
117+
// TODO: Fix issue here
117118
Context.API.LogError(ClassName, "Failed to find CurrentPathGet");
118119
}
119120

120121
_currentPathSet ??= _windowContent.FindFirstChild(cf => cf.ByAutomationId("CurrentPathSet"))?.AsTextBox();
121122
if (_currentPathSet == null)
122123
{
124+
// TODO: Fix issue here
123125
Context.API.LogError(ClassName, "Failed to find CurrentPathSet");
124126
}
125127
}

0 commit comments

Comments
 (0)