Simnico99
Simnico99
Actually found an easy way to apply Mica to a window in WPF:  PS it also supports snap grids:  ```csharp public enum WindowsTheme { Light, Dark } public...
I've pushed 6.3.0 Download this one and tell me if it fixes your issue Also You are missing the ThemeDictionary here: ```xaml ``` Also the namespace for mica should be...
The lastest version is 6.3.0 Try this one
Can you zip me the project or a sample project so I can replicate the issue on my end?
I am running the WpfDemo from your git and weirdly its working properly I didn't change anything: 
 I will download a VM with your version and try
@EnduringGuerila Not the same issue. Seems to be a version parsing error with beta and rc. Also RC1 is out I think it would be worth checking out?
There you go: ```python Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 392, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/truenas/coordinator.py", line 92, in _async_update_data await self.hass.async_add_executor_job(self.get_systeminfo) File "/usr/local/lib/python3.13/concurrent/futures/thread.py",...
my bad ``` 2025-10-06 14:21:36.385 DEBUG (MainThread) [custom_components.truenas.coordinator] Finished fetching TrueNAS data in 1.006 seconds (success: False) 2025-10-06 14:22:59.839 DEBUG (SyncWorker_8) [custom_components.truenas.api] TrueNAS 10.2.0.0 query: system.info, {} 2025-10-06 14:22:59.852 DEBUG...
> TrueNAS web interface was timing out (failing to load) in the browser since upgrading to 25.10.RC for me - it happened ~12 hours after restarting middlewared: not sure if...