mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
fix typo
This commit is contained in:
parent
88e5a24441
commit
8d68937a96
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue