diff --git a/changelog.md b/changelog.md index 425e836..3ffef92 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# v1.1.1 +* Ported to GD 2.206 + # v1.1.0 * Optimized Mod Downloading Further (No longer lags while downloading) * Added Discord Button diff --git a/mod.json b/mod.json index 2a9fa58..a64382c 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "win": "2.206", "mac": "2.206" }, - "version": "v1.2.0", + "version": "v1.1.1", "id": "limegradient.modprofiles", "name": "Mod Profiles", "developer": "LimeGradient", diff --git a/src/ModProfilesPopup.cpp b/src/ModProfilesPopup.cpp index c147bc5..d9da445 100644 --- a/src/ModProfilesPopup.cpp +++ b/src/ModProfilesPopup.cpp @@ -146,9 +146,8 @@ void exportFilePick(FileTask::Event* e) { } out.close(); - - geode::Notification::create("Success! Created Profile!", geode::NotificationIcon::Success)->show(); } + geode::Notification::create("Success! Created Profile!", geode::NotificationIcon::Success)->show(); } } else if (e->isCancelled()) { FLAlertLayer::create("Mod Profiles", "Failed to create profile\nFile Operation Canceled", "Ok")->show();