mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 11:05:08 -05:00
almost forgot
This commit is contained in:
parent
0da9cef29f
commit
f45b8b7128
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ void ModsLayer::onSettings(CCObject*) {
|
|||
void ModsLayer::onCopy(CCObject*) {
|
||||
auto mods = Loader::get()->getAllMods();
|
||||
if (mods.empty()) {
|
||||
Notification::create("No mods installed", NotificationIcon::Info, 0.6f)->show();
|
||||
Notification::create("No mods installed", NotificationIcon::Info, 0.5f)->show();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue