max-mapper/menubar

The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".

Open

#273 geöffnet am 14. März 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (365 Forks)github user discovery
annoyancegood first issue

Repository-Metriken

Stars
 (6.778 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Warning for deprecation:

(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".  It will change to be "true" in Electron 9.  For more information please check https://github.com/electron/electron/issues/18397

Steps to Reproduce the Problem

  1. cd examples/hello-world

Expected Behaviour

No warning.

Actual Behaviour

Above warning.

Specifications

  • Menubar version: 8.0.0
  • Platform: all
  • Electron version: (Run electron -v or node_modules/.bin/electron -v to get it) 8

Other information

Contributor Guide