From d09ae39714bbca6e12c67939509a36faa6a76198 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 27 May 2021 19:04:11 -0400 Subject: Add ex089 Async 6 --- patches/patches/089_async6.patch | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 patches/patches/089_async6.patch (limited to 'patches') diff --git a/patches/patches/089_async6.patch b/patches/patches/089_async6.patch new file mode 100644 index 0000000..ecbef19 --- /dev/null +++ b/patches/patches/089_async6.patch @@ -0,0 +1,6 @@ +44,45c44,45 +< var com_title = com_frame; +< var org_title = org_frame; +--- +> var com_title = await com_frame; +> var org_title = await org_frame; -- cgit v1.2.3-ZIG