Radu Ursache
Radu Ursache
same issue here, as im never playing online, ill downgrade
> @PablosScripts , to save these settings you have to add a line to the file `Resources/ClientDefinitions.ini` under your client folder: `SaveSkirmishGameOptions=yes` > > Was struggling with it too, had...
**UPDATE**: It works if i do: ```swift .onAppear { DispatchQueue.main.async { self.isLoading = true } } ``` Seems like it's not ToastUI's fault but by own lack of SwiftUI understanding...
I actually got it working as i want it to work! `@State var isLoading: Bool = false` then on my view, i have this: ``` .toast(isPresented: $isLoading) { ToastView("Loading").toastViewStyle(.indeterminate) }...
Resetting the Bluetooth module also fixed it for me. Using a hackintosh with a Broadcom BCM94360 pcie card
@acrostich i'll give it a few days to test without passive mode, mine being a PC it never goes into sleep so i might not have the issue you had....
this should be priority no. 1 im using [vimagick's docker image](https://hub.docker.com/r/vimagick/mosquitto) until this gets sorted out
check your SMBIOS
you could subclass then publish events to your main vc
just use kingfisher and give ImageViewer the image from cache