Update HardwareAccelerationConfig.cs (#2021)

This commit is contained in:
Luckylhz
2025-08-08 22:09:43 +08:00
committed by GitHub
parent 6fbf8064ac
commit 98b7dbefda

View File

@@ -84,7 +84,7 @@ public partial class HardwareAccelerationConfig : ObservableObject
/// 启用 OpenVINO 缓存。默认关闭。
/// </summary>
[ObservableProperty]
private bool _enableOpenVinoCache = true;
private bool _enableOpenVinoCache = false;
#endregion
}
}