We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7320434 commit e7362edCopy full SHA for e7362ed
hyprpm/src/core/PluginManager.cpp
@@ -589,7 +589,7 @@ bool CPluginManager::updateHeaders(bool force) {
589
std::filesystem::remove_all(WORKINGDIR);
590
591
auto HEADERSVALID = headersValid();
592
- if (HEADERSVALID == HEADERS_OK) {
+ if (HEADERSVALID == HEADERS_OK || HEADERSVALID == HEADERS_MISMATCHED) {
593
progress.printMessageAbove(successString("installed headers"));
594
progress.m_iSteps = 5;
595
progress.m_szCurrentMessage = "Done!";
0 commit comments