mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Merge pull request #222 from rockihack/fix-global-autotype
MacOS: Fix Global Autotype in Google Chrome, resolves #212
This commit is contained in:
@@ -98,7 +98,9 @@ QString AutoTypePlatformMac::activeWindowTitle()
|
|||||||
if (windowLayer(window) == 0) {
|
if (windowLayer(window) == 0) {
|
||||||
// First toplevel window in list (front to back order)
|
// First toplevel window in list (front to back order)
|
||||||
title = windowTitle(window);
|
title = windowTitle(window);
|
||||||
break;
|
if (!title.isEmpty()) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user