mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Change IExecutablesList.titleExists to contains to match UIBase name. (#157)
This commit is contained in:
@@ -223,7 +223,7 @@ namespace mo2::python {
|
||||
})
|
||||
.def("getByTitle", &IExecutablesList::getByTitle, "title"_a)
|
||||
.def("getByBinary", &IExecutablesList::getByBinary, "info"_a)
|
||||
.def("titleExists", &IExecutablesList::contains, "title"_a);
|
||||
.def("contains", &IExecutablesList::contains, "title"_a);
|
||||
}
|
||||
|
||||
void add_modinterface_classes(py::module_ m)
|
||||
|
||||
Reference in New Issue
Block a user