Merge branch 'master' into stages

This commit is contained in:
ouwou 2024-06-30 16:04:53 -04:00
commit c6dd02b15c

View File

@ -46,8 +46,8 @@ std::optional<Glib::ustring> GetJavascriptFileFromAppPage(const Glib::ustring &c
start_position += str.size();
}
if (matches.size() >= 9) {
return matches[matches.size() - 9];
if (matches.size() >= 8) {
return matches[matches.size() - 8];
}
return {};