mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
targetsOutdatedVersion
This commit is contained in:
parent
00ab705154
commit
418b971da4
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue