USRBG: Remove managed style (css lag fix)

This commit is contained in:
Sqaaakoi 2025-02-02 14:05:48 +13:00
parent 330532c0d4
commit bc1eb3d67e
No known key found for this signature in database

View file

@ -116,6 +116,5 @@ export default definePlugin({
if (res.ok) {
this.data = await res.json();
}
},
style
}
});