forked from quickshell/quickshell
all: fix formatting
This commit is contained in:
parent
bb33c9a0c4
commit
49b309247d
4 changed files with 9 additions and 9 deletions
|
@ -344,12 +344,11 @@ void DesktopEntryManager::scanPath(const QDir& dir, const QString& prefix) {
|
|||
|
||||
this->desktopEntries.insert(id, dentry);
|
||||
|
||||
|
||||
if (this->lowercaseDesktopEntries.contains(lowerId)) {
|
||||
qCInfo(logDesktopEntry).nospace()
|
||||
<< "Multiple desktop entries have the same lowercased id " << lowerId
|
||||
<< ". This can cause ambiguity when byId requests are not made with the correct case "
|
||||
"already.";
|
||||
<< "Multiple desktop entries have the same lowercased id " << lowerId
|
||||
<< ". This can cause ambiguity when byId requests are not made with the correct case "
|
||||
"already.";
|
||||
|
||||
this->lowercaseDesktopEntries.remove(lowerId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue