Fix refresh issue
All checks were successful
Build and Release / Build (push) Successful in 35s

This commit is contained in:
2026-01-03 13:41:29 +02:00
parent c9d2b9ce94
commit cd847a4fb7

View File

@@ -32,6 +32,7 @@ namespace GlamourBrowser {
return;
Interop.Glamourer.RefreshStatus(Service.Interface);
Interop.AT.RefreshStatus(Service.Interface);
LastInteropCheckTime = now;
}