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

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
}