mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-26 10:08:04 +02:00
fix: pass correct parameter for dns list selection
This commit is contained in:
@@ -422,7 +422,7 @@ function DnsCell({
|
||||
try {
|
||||
await invoke("update_profile_dns_blocklist", {
|
||||
profileId: profile.id,
|
||||
level: nextLevel,
|
||||
dnsBlocklist: nextLevel,
|
||||
});
|
||||
} catch (err) {
|
||||
console.error("Failed to update DNS blocklist:", err);
|
||||
|
||||
Reference in New Issue
Block a user