You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gmail.d.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -295,6 +295,10 @@ interface GmailCheck {
295
295
Returns True if the user is running Gmail with the new 2018 GUI
296
296
*/
297
297
is_new_gui(): boolean;
298
+
/**
299
+
Returns True if the compose UI uses new UI as announced [here](https://workspaceupdates.googleblog.com/2021/10/visual-updates-for-composing-email-in-gmail.html)
0 commit comments