mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
5
.changes/app-show-hide.md
Normal file
5
.changes/app-show-hide.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-utils": "patch"
|
||||
---
|
||||
|
||||
Fix `allowlist > app > show/hide` always disabled when `allowlist > app > all: false`.
|
||||
@@ -2147,6 +2147,7 @@ impl Allowlist for AllowlistConfig {
|
||||
features.extend(self.protocol.to_features());
|
||||
features.extend(self.process.to_features());
|
||||
features.extend(self.clipboard.to_features());
|
||||
features.extend(self.app.to_features());
|
||||
features
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user