fix tests

This commit is contained in:
Lucas Nogueira
2026-01-26 14:35:14 -03:00
parent 26e5d8f8c3
commit 4c8863fc59

View File

@@ -1159,6 +1159,7 @@ impl<T: UserEvent> Runtime<T> for MockRuntime {
type EventLoopProxy = EventProxy;
type PlatformSpecificWebviewAttribute = ();
type PlatformSpecificInitAttribute = ();
type WindowOpener = ();
fn new(_args: RuntimeInitArgs<()>) -> Result<Self> {
Ok(Self::init())