this is driving me nuts

This commit is contained in:
Justin 2024-11-18 20:09:44 -05:00 committed by GitHub
parent 7e760b192b
commit e32f38929e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ void CopyButtonSettingNode::onCopy(CCObject*) {
i < mods.size() ? "\n" : ""
);
}
clipboard::write(ss.str());
clipboard::write(modsList);
Notification::create("Mods list copied to clipboard", NotificationIcon::Info, 0.5f)->show();
}