mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -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*) {
|
void ModsLayer::onCopy(CCObject*) {
|
||||||
auto mods = Loader::get()->getAllMods();
|
auto mods = Loader::get()->getAllMods();
|
||||||
if (mods.empty()) {
|
if (mods.empty()) {
|
||||||
Notification::create("No mods installed", NotificationIcon::Info, 0.6f)->show();
|
Notification::create("No mods installed", NotificationIcon::Info, 0.5f)->show();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue