Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/share/sleex/modules/common/Config.qml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ Singleton {

property JsonObject networking: JsonObject {
property string userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36"
property bool connectionDetails: true
property bool sensitiveNetworkInfo: false
property bool dnsSwitch: false
property string dnsProvider: ""
}

property JsonObject osd: JsonObject {
Expand Down
Loading