diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/089_async6.patch | 6 |
1 files changed, 6 insertions, 0 deletions
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; |