본문 바로가기 메뉴 바로가기

프로그래밍 요람에서 무덤까지

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

프로그래밍 요람에서 무덤까지

검색하기 폼
  • 분류 전체보기 (67)
    • 개발이야기 (13)
    • Node.js (4)
    • JavaScript (1)
    • PHP (13)
      • Laravel (4)
    • Nginx (1)
    • CSS (0)
    • Angular (11)
      • Angular 2 (9)
      • ES6 & TypeScript (2)
    • Electron (1)
    • 일상 (16)
      • 오사카여행 (10)
      • 공연 (1)
      • 개발도서 리뷰 (3)
      • 번역 하면서 정리 (2)
    • 초대장 나눔 (2)
    • DevOps (3)
      • Linux (0)
      • Docker (2)
      • Kubernetes (0)
      • Elastic Stack (1)
    • AWS (2)
      • Lambda (1)
  • 방명록

Electron (1)
[ Electron ] Tray Menu 가 사라지는 현상

Electron 으로 Desktop 앱을 만드는 과정에서 자꾸 Tray 아이콘이 사라지는 현상이 발생하는 경우가 있는데, 이런 경우는 아래와 같이 수정하면 대부분 해결됩니다. 해당 코드를... const {app, Tray} = require('electron'); app.on('ready', () => { const tray = new Tray('/path/to/icon.png'); tray.setTitle('hello world'); }); 아래와 같이 수정 const {app, Tray} = require('electron'); let tray = null; app.on('ready', () => { tray = new Tray('/path/to/icon.png'); tray.setTitle('he..

Electron 2018. 6. 11. 00:13
이전 1 다음
이전 다음
공지사항
  • 블로그 개설
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • github
  • 로켓펀치
  • 초대장 은인 gooram님 블로그
  • I Am Ground
TAG
  • angular-cli
  • angular 2.0
  • angular4
  • Node.js
  • angular 2
  • TypeScript
  • rxjs
  • php
  • 우메다 맛집
  • laravel
  • composer
  • angular
  • angular2.0
  • 번역 영어
  • apm
  • angular2
  • modern php
  • AWS
  • npm
  • 오사카 여행
  • nodejs
  • 개발도서
  • 오사카 맛집
  • 난바 맛집
  • 도톤보리 맛집
  • 일본 오사카 여행
  • Angular 4
  • mamp
  • docker
  • nginx
more
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바