mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
replace file chooser with native
also remove clipboard since it was just a workaround and i dont want to maintain it
This commit is contained in:
@@ -119,7 +119,7 @@ void GuildData::update_from_json(const nlohmann::json &j) {
|
||||
JS_RD("approximate_presence_count", ApproximatePresenceCount);
|
||||
}
|
||||
|
||||
bool GuildData::HasFeature(const std::string &search_feature) {
|
||||
bool GuildData::HasFeature(const std::string &search_feature) const {
|
||||
if (!Features.has_value()) return false;
|
||||
for (const auto &feature : *Features)
|
||||
if (search_feature == feature)
|
||||
|
||||
Reference in New Issue
Block a user