This commit is contained in:
Kang Yu 2024-07-09 09:51:51 -07:00
parent 88e5a24441
commit 8d68937a96

View file

@ -1122,7 +1122,7 @@ namespace PersistentWindows.Common
if (title.Equals(appPos.Title))
return kid;
if (dflt_kid != -1)
if (dflt_kid == -1)
dflt_kid = kid;
}