blurls: fix address substr length

This commit is contained in:
Vaxry 2023-03-09 14:24:06 +00:00
parent ca1c1438e3
commit c9167d9646

View file

@ -942,7 +942,7 @@ void CConfigManager::updateBlurredLS(const std::string& name, const bool forceBl
std::string matchName = name; std::string matchName = name;
if (BYADDRESS) { if (BYADDRESS) {
matchName = matchName.substr(9); matchName = matchName.substr(8);
} }
for (auto& m : g_pCompositor->m_vMonitors) { for (auto& m : g_pCompositor->m_vMonitors) {