mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
this is driving me nuts
This commit is contained in:
parent
7e760b192b
commit
e32f38929e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue