targetsOutdatedVersion

This commit is contained in:
Justin 2024-11-18 19:31:03 -05:00 committed by GitHub
parent 00ab705154
commit 418b971da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ void CopyButtonSettingNode::onCopy(CCObject*) {
ss << fmt::format("{} | [{}] {}",
mod->isEnabled() ? "x"sv :
mod->hasProblems() ? "!"sv :
mod->targetsOutdatedVersion() ? "*"sv :
" "sv,
mod->getVersion().toVString(), mod->getID()
);