mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
i love abi breaks
This commit is contained in:
parent
418b971da4
commit
1f3b2145e1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void CopyButtonSettingNode::onCopy(CCObject*) {
|
|||
auto& mod = mods[i];
|
||||
ss << fmt::format("{} | [{}] {}",
|
||||
mod->isEnabled() ? "x"sv :
|
||||
mod->hasProblems() ? "!"sv :
|
||||
mod->hasLoadProblems() ? "!"sv :
|
||||
mod->targetsOutdatedVersion() ? "*"sv :
|
||||
" "sv,
|
||||
mod->getVersion().toVString(), mod->getID()
|
||||
|
|
Loading…
Reference in a new issue