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
deprecate onlineCheckMethod and change log level to console.info (#1431)
* automating the isOnline test to deprecate the need of checkOnlineMethod. Changing the default log level to console.info instead of using the electron-log defaults
* updating release date and improving the warning message
| logConfig | A string value to set the log manager to use (`Falsy`, `console`, or a valid electron-log configuration) |**console.info** via (electron-log) |
57
+
| meetupJoinRegEx | Meetup-join and channel regular expession |/^https:\/\/teams\.(microsoft\|live)\.com\/.*(?:meetup-join\|channel)/g |
58
58
| menubar | A value controls the menu bar behaviour |*auto*, visible, hidden |
59
59
| minimized | Boolean to start the application minimized | false |
60
60
| notificationMethod | Notification method to be used by the application (`web`/`electron`) |*web*, electron |
61
61
| ntlmV2enabled | Set enable-ntlm-v2 value | 'true' |
62
-
| onlineCheckMethod | Type of network test for checking online status. |*https*, dns, native, none |
62
+
| onlineCheckMethod **automated - please remove**| Type of network test for checking online status. |*https*, dns, native, none |
63
63
| optInTeamsV2 | Boolean to opt in to use Teams V2 | false |
0 commit comments