mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
add nth frame to ai recognition to config
This commit is contained in:
@@ -185,7 +185,7 @@ public partial class App
|
||||
if (windowEnum != WindowEnum.None)
|
||||
return windowEnum;
|
||||
|
||||
element = element.Parent as FrameworkElement;
|
||||
element = (element.Parent ?? element.TemplatedParent) as FrameworkElement;
|
||||
}
|
||||
|
||||
return WindowEnum.None;
|
||||
|
||||
Reference in New Issue
Block a user