mainWindow = new BrowserWindow({ "width": 800, "height": 600, "title-bar-style": "hidden-inset" }); のようにtitle-bar-styleにhidden-insetを指定すると という用にYosemite風のウィンドウが表示できる。 electron-jpにて流れてきたFacebookメッセンジャーの https://github.com/sindresorhus/caprine/ で気が付き、調べたら、 https://github.com/atom/electron/issues/761 でも挙がっていた機能がv0.32.3からサポートされた模様。 関連記事 Electronで自分のIPアドレスをLAN内のiPhoneに通知するには Raspberry Piの温度をgRPCを使ってEle