Skip to content

Commit feb1f60

Browse files
yes
1 parent 220ec5c commit feb1f60

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/main.cpp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,17 @@ class $modify(GJAccountManager) {
1717
GJAccountManager::handleIt(_requestSentSuccessfully, _response, _tag, _httpType);
1818
}
1919
};
20+
21+
#include <Geode/modify/MenuLayer.hpp>
22+
class $modify(MyMenuLayer, MenuLayer) {
23+
bool init() {
24+
if (!Mod::get()->setSavedValue("first-time", true)) {
25+
FLAlertLayer::create(
26+
"Warning for new users.",
27+
"Since GDBackup uses an online server, it uses sensitive account details in order to verify that you own your account (just like in gd). Your sensitive information will never be stored. If you do not want to share this information, DO NOT backup and uninstall GDBackup from Geode!",
28+
"OK"
29+
)->show();
30+
}
31+
return true;
32+
}
33+
}

0 commit comments

Comments
 (0)