mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
This commit changes the way how the default interface and network activity is loaded by spawning a new thread on each request. This way the main thread is not blocked by this process. There has been instances where getting the default interface blocked the egui ui thread, resulting in a frozen bar. fix #1423 #1499