Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Sep 26, 2023
1 parent 4780d9a commit 2472c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/NekoGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ namespace NekoGui {
_add(new configItem("sniffing_mode", &this->sniffing_mode, itemType::integer));
_add(new configItem("use_dns_object", &this->use_dns_object, itemType::boolean));
_add(new configItem("dns_object", &this->dns_object, itemType::string));
_add(new configItem("dns_final_out", &this->dns_final_out, itemType::string));
}

QString Routing::DisplayRouting() const {
Expand Down

0 comments on commit 2472c22

Please sign in to comment.