LoginSignup
37
37

More than 5 years have passed since last update.

ElectronでYosemite風のWindowが作れるようになった

Last updated at Posted at 2015-09-19

バージョン 0.32.3から

  mainWindow = new BrowserWindow({
    "width": 800, "height": 600,
    "title-bar-style": "hidden-inset"
  });

のようにtitle-bar-styleにhidden-insetを指定すると

ElectronYstyle.png

という用にYosemite風のウィンドウが表示できる。

electron-jpにて流れてきたFacebookメッセンジャーの

で気が付き、調べたら、

でも挙がっていた機能がv0.32.3からサポートされた模様。

関連記事

37
37
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
37
37