mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2026-05-07 00:58:15 +02:00
parent
a69c8d7f19
commit
ca754f6bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ bool CWallpaperMatcher::outputExists(const std::string_view& s) {
|
|||
|
||||
std::optional<CWallpaperMatcher::rw<const CConfigManager::SSetting>> CWallpaperMatcher::getSetting(const std::string_view& monName, const std::string_view& monDesc) {
|
||||
for (const auto& m : m_monitorStates) {
|
||||
if (m.name != monName && (monDesc.empty() || !m.desc.starts_with(monDesc)))
|
||||
if (m.name != monName)
|
||||
continue;
|
||||
|
||||
for (const auto& s : m_settings) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue