add GitHub downloader, fix yyjson helper missing break, hide popup list when out of focus
This commit is contained in:
@@ -1036,6 +1036,10 @@ void Menu::LoadAssocEntriesPath(const fs::FsPath& path) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (d->d_type != DT_REG) {
|
||||
continue;
|
||||
}
|
||||
|
||||
const auto ext = std::strrchr(d->d_name, '.');
|
||||
if (!ext || strcasecmp(ext, ".ini")) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user