@@ -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
}