Fix entry level Auto-Type window hiding

* Fixes #4962
This commit is contained in:
Jonathan White 2020-07-20 21:27:23 -04:00
parent 9042ef7557
commit b206cdba92
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -233,7 +233,7 @@ void AutoType::executeAutoTypeActions(const Entry* entry, QWidget* hideWindow, c
macUtils()->raiseLastActiveWindow();
m_plugin->hideOwnWindow();
#else
hideWindow->showMinimized();
getMainWindow()->minimizeOrHide();
#endif
}